#D66171

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

Shades of Cabaret #D66171

Tints of Cabaret #D66171

Color information

#D66171 (or 0xD66171) is unknown color: approx Cabaret. HEX triplet: D6, 61 and 71. RGB value is (214,97,113). Sum of RGB (Red+Green+Blue) = 214+97+113=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D66171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66171 is #299E8E. Grayscale: #858585. Windows color (decimal): -2727567 or 7430614. OLE color: 7430614.

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

Color convert

RGB21497113-
CMYK00.550.470.16
HSL351.79º58.79%60.98%-
HSV(B)351.79º54.67%83.92%-
XYZ34.9924.0418.42-
YUV133.81116.26185.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=50.47%
G=22.88%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149711300.550.470.16351.7958.7960.98
HexD661710372F101603b3d
Octal32614116106757205407375
Binary1101011011000011110001011011110111110000101100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66171; }

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

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

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

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

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

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

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

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