#D66173

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

Shades of Cabaret #D66173

Tints of Cabaret #D66173

Color information

#D66173 (or 0xD66173) is unknown color: approx Cabaret. HEX triplet: D6, 61 and 73. RGB value is (214,97,115). Sum of RGB (Red+Green+Blue) = 214+97+115=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D66173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66173 is #299E8C. Grayscale: #868686. Windows color (decimal): -2727565 or 7561686. OLE color: 7561686.

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

Color convert

RGB21497115-
CMYK00.550.460.16
HSL350.77º58.79%60.98%-
HSV(B)350.77º54.67%83.92%-
XYZ35.124.0819.02-
YUV134.04117.26185.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=50.23%
G=22.77%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149711500.550.460.16350.7758.7960.98
HexD661730372E1015f3b3d
Octal32614116306756205377375
Binary1101011011000011110011011011110111010000101011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66173; }

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

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

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

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

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

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

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

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