#D66176

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

Shades of Cabaret #D66176

Tints of Cabaret #D66176

Color information

#D66176 (or 0xD66176) is unknown color: approx Cabaret. HEX triplet: D6, 61 and 76. RGB value is (214,97,118). Sum of RGB (Red+Green+Blue) = 214+97+118=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66176 is #299E89. Grayscale: #868686. Windows color (decimal): -2727562 or 7758294. OLE color: 7758294.

HSL color Cylindrical-coordinate representation of color #D66176: hue angle of 349.23º 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 #D66176 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21497118-
CMYK00.550.450.16
HSL349.23º58.79%60.98%-
HSV(B)349.23º54.67%83.92%-
XYZ35.2824.1519.94-
YUV134.38118.76184.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=49.88%
G=22.61%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149711800.550.450.16349.2358.7960.98
HexD661760372D1015d3b3d
Octal32614116606755205357375
Binary1101011011000011110110011011110110110000101011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66176; }

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

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

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

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

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

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

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

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