#D06171

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

Shades of Cabaret #D06171

Tints of Cabaret #D06171

Color information

#D06171 (or 0xD06171) is unknown color: approx Cabaret. HEX triplet: D0, 61 and 71. RGB value is (208,97,113). Sum of RGB (Red+Green+Blue) = 208+97+113=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06171 is #2F9E8E. Grayscale: #848484. Windows color (decimal): -3120783 or 7430608. OLE color: 7430608.

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

Color convert

RGB20897113-
CMYK00.530.460.18
HSL351.35º54.15%59.8%-
HSV(B)351.35º53.37%81.57%-
XYZ33.2723.1518.34-
YUV132.01117.27182.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=49.76%
G=23.21%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089711300.530.460.18351.3554.1559.8
HexD061710352E1215f363c
Octal32014116106556225376674
Binary1101000011000011110001011010110111010010101011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06171; }

 p { color: rgb(208,97,113); }

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

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

 a { background-color: rgb(208,97,113); }

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

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

 span { border-color: rgb(208,97,113); }

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