#D36175

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

Shades of Cabaret #D36175

Tints of Cabaret #D36175

Color information

#D36175 (or 0xD36175) is unknown color: approx Cabaret. HEX triplet: D3, 61 and 75. RGB value is (211,97,117). Sum of RGB (Red+Green+Blue) = 211+97+117=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D36175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36175 is #2C9E8A. Grayscale: #858585. Windows color (decimal): -2924171 or 7692755. OLE color: 7692755.

HSL color Cylindrical-coordinate representation of color #D36175: hue angle of 349.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36175 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21197117-
CMYK00.540.450.17
HSL349.47º56.44%60.39%-
HSV(B)349.47º54.03%82.75%-
XYZ34.3523.6819.59-
YUV133.37118.77183.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.65%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=49.65%
G=22.82%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119711700.540.450.17349.4756.4460.39
HexD361750362D1115d383c
Octal32314116506655215357074
Binary1101001111000011110101011011010110110001101011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36175; }

 p { color: rgb(211,97,117); }

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

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

 a { background-color: rgb(211,97,117); }

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

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

 span { border-color: rgb(211,97,117); }

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