Shades of Cabaret #D36277
Tints of Cabaret #D36277
RGB
CMYK
RGB Variations
Color information
#D36277 (or 0xD36277) is known color: Cabaret. HEX triplet: D3, 62 and 77. RGB value is (211,98,119). Sum of RGB (Red+Green+Blue) = 211+98+119=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D36277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36277 is #2C9D88. Grayscale: #868686. Windows color (decimal): -2923913 or 7824083. OLE color: 7824083.
HSL color Cylindrical-coordinate representation of color #D36277: hue angle of 348.85º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36277 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 119 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.17 |
| HSL | 348.85º | 0.56% | 0.61% | - |
| HSV(B) | 348.85º | 0.54% | 0.83% | - |
| XYZ | 34.56 | 23.92 | 20.25 | - |
| YUV | 134.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 119 | 0 | 0.54 | 0.44 | 0.17 | 348.85 | 0.56 | 0.61 |
| Hex | D3 | 62 | 77 | 0 | 36 | 2C | 11 | 15D | 38 | 3D |
| Octal | 323 | 142 | 167 | 0 | 66 | 54 | 21 | 535 | 70 | 75 |
| Binary | 11010011 | 1100010 | 1110111 | 0 | 110110 | 101100 | 10001 | 101011101 | 111000 | 111101 |
Color Harmonies of #D36277
Complementary color
Monochromatic Colors of #D36277
Black with #D36277
Text Example
Text Example
White with #D36277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36277; }
p { color: rgb(211,98,119); }
H1.HeaderClassName
{
color: #D36277;
}
.AnyTagClassName
{
color: #D36277;
}
</style>
background-color css
<style>
a { background-color: #D36277; }
a { background-color: rgb(211,98,119); }
div.DivClassName
{
background-color: #D36277;
}
.BgClassName
{
background-color: #D36277;
}
</style>
border-color css
<style>
span { border-color: #D36277; }
span { border-color: rgb(211,98,119); }
td.TdClassName
{
border-color: #D36277;
}
.TagClassName
{
border-color: #D36277;
}
</style>