#D0606F

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

Shades of Cabaret #D0606F

Tints of Cabaret #D0606F

Color information

#D0606F (or 0xD0606F) is unknown color: approx Cabaret. HEX triplet: D0, 60 and 6F. RGB value is (208,96,111). Sum of RGB (Red+Green+Blue) = 208+96+111=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0606F is #2F9F90. Grayscale: #838383. Windows color (decimal): -3121041 or 7299280. OLE color: 7299280.

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

Color convert

RGB20896111-
CMYK00.540.470.18
HSL351.96º54.37%59.61%-
HSV(B)351.96º53.85%81.57%-
XYZ33.0622.9217.72-
YUV131.2116.61182.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=50.12%
G=23.13%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089611100.540.470.18351.9654.3759.61
HexD0606F0362F12160363c
Octal32014015706657225406674
Binary1101000011000001101111011011010111110010101100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0606F; }

 p { color: rgb(208,96,111); }

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

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

 a { background-color: rgb(208,96,111); }

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

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

 span { border-color: rgb(208,96,111); }

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