#cf486b

Color #CF486B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CF486B

Tints of Cabaret #CF486B

Color information

#CF486B (or 0xCF486B) is unknown color: approx Cabaret. HEX triplet: CF, 48 and 6B. RGB value is (207,72,107). Sum of RGB (Red+Green+Blue) = 207+72+107=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF486B is #30B794. Grayscale: #747474. Windows color (decimal): -3192725 or 7030991. OLE color: 7030991.

HSL color Cylindrical-coordinate representation of color #CF486B: hue angle of 344.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF486B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB20772107-
CMYK00.650.480.19
HSL344.44º58.44%54.71%-
HSV(B)344.44º65.22%81.18%-
XYZ30.718.9615.95-
YUV116.35122.73192.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=53.63%
G=18.65%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077210700.650.480.19344.4458.4454.71
HexCF486B04130131583a37
Octal317110153010160235307267
Binary11001111100100011010110100000111000010011101011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf486b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf486b; }

 p { color: rgb(207,72,107); }

 H1.HeaderClassName
 {
   color: #cf486b;
 }
 .AnyTagClassName
 {
   color: #cf486b;
 }
</style>
background-color css

<style>
 a { background-color: #cf486b; }

 a { background-color: rgb(207,72,107); }

 div.DivClassName
 {
   background-color: #cf486b;
 }
 .BgClassName
 {
   background-color: #cf486b;
 }
</style>
border-color css

<style>
 span { border-color: #cf486b; }

 span { border-color: rgb(207,72,107); }

 td.TdClassName
 {
   border-color: #cf486b;
 }
 .TagClassName
 {
   border-color: #cf486b;
 }
</style>