#D06170

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

Shades of Cabaret #D06170

Tints of Cabaret #D06170

Color information

#D06170 (or 0xD06170) is unknown color: approx Cabaret. HEX triplet: D0, 61 and 70. RGB value is (208,97,112). Sum of RGB (Red+Green+Blue) = 208+97+112=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D06170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06170 is #2F9E8F. Grayscale: #838383. Windows color (decimal): -3120784 or 7365072. OLE color: 7365072.

HSL color Cylindrical-coordinate representation of color #D06170: hue angle of 351.89º 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 #D06170 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20897112-
CMYK00.530.460.18
HSL351.89º54.15%59.8%-
HSV(B)351.89º53.37%81.57%-
XYZ33.2123.1318.04-
YUV131.9116.77182.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=49.88%
G=23.26%
B=26.86%

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
Decimal2089711200.530.460.18351.8954.1559.8
HexD061700352E12160363c
Octal32014116006556225406674
Binary1101000011000011110000011010110111010010101100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06170; }

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

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

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

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

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

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

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

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