#D66170

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

Shades of Cabaret #D66170

Tints of Cabaret #D66170

Color information

#D66170 (or 0xD66170) is unknown color: approx Cabaret. HEX triplet: D6, 61 and 70. RGB value is (214,97,112). Sum of RGB (Red+Green+Blue) = 214+97+112=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D66170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66170 is #299E8F. Grayscale: #858585. Windows color (decimal): -2727568 or 7365078. OLE color: 7365078.

HSL color Cylindrical-coordinate representation of color #D66170: hue angle of 352.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66170 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21497112-
CMYK00.550.480.16
HSL352.31º58.79%60.98%-
HSV(B)352.31º54.67%83.92%-
XYZ34.9324.0218.12-
YUV133.69115.76185.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=50.59%
G=22.93%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149711200.550.480.16352.3158.7960.98
HexD6617003730101603b3d
Octal32614116006760205407375
Binary1101011011000011110000011011111000010000101100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66170; }

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

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

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

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

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

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

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

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