#D06479

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

Shades of Cabaret #D06479

Tints of Cabaret #D06479

Color information

#D06479 (or 0xD06479) is unknown color: approx Cabaret. HEX triplet: D0, 64 and 79. RGB value is (208,100,121). Sum of RGB (Red+Green+Blue) = 208+100+121=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06479 is #2F9B86. Grayscale: #868686. Windows color (decimal): -3120007 or 7955664. OLE color: 7955664.

HSL color Cylindrical-coordinate representation of color #D06479: hue angle of 348.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06479 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208100121-
CMYK00.520.420.18
HSL348.33º53.47%60.39%-
HSV(B)348.33º51.92%81.57%-
XYZ34.0223.920.91-
YUV134.69120.28180.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=48.48%
G=23.31%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810012100.520.420.18348.3353.4760.39
HexD064790342A1215c353c
Octal32014417106452225346574
Binary1101000011001001111001011010010101010010101011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06479; }

 p { color: rgb(208,100,121); }

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

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

 a { background-color: rgb(208,100,121); }

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

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

 span { border-color: rgb(208,100,121); }

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