Shades of Cabaret #D06576
Tints of Cabaret #D06576
RGB
CMYK
RGB Variations
Color information
#D06576 (or 0xD06576) is known color: Cabaret. HEX triplet: D0, 65 and 76. RGB value is (208,101,118). Sum of RGB (Red+Green+Blue) = 208+101+118=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06576 is #2F9A89. Grayscale: #868686. Windows color (decimal): -3119754 or 7759312. OLE color: 7759312.
HSL color Cylindrical-coordinate representation of color #D06576: hue angle of 350.47º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06576 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 118 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.18 |
| HSL | 350.47º | 0.53% | 0.61% | - |
| HSV(B) | 350.47º | 0.51% | 0.82% | - |
| XYZ | 33.94 | 24.03 | 19.99 | - |
| YUV | 134.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 118 | 0 | 0.51 | 0.43 | 0.18 | 350.47 | 0.53 | 0.61 |
| Hex | D0 | 65 | 76 | 0 | 33 | 2B | 12 | 15E | 35 | 3D |
| Octal | 320 | 145 | 166 | 0 | 63 | 53 | 22 | 536 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1110110 | 0 | 110011 | 101011 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D06576
Complementary color
Monochromatic Colors of #D06576
Black with #D06576
Text Example
Text Example
White with #D06576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06576; }
p { color: rgb(208,101,118); }
H1.HeaderClassName
{
color: #D06576;
}
.AnyTagClassName
{
color: #D06576;
}
</style>
background-color css
<style>
a { background-color: #D06576; }
a { background-color: rgb(208,101,118); }
div.DivClassName
{
background-color: #D06576;
}
.BgClassName
{
background-color: #D06576;
}
</style>
border-color css
<style>
span { border-color: #D06576; }
span { border-color: rgb(208,101,118); }
td.TdClassName
{
border-color: #D06576;
}
.TagClassName
{
border-color: #D06576;
}
</style>