Shades of Cabaret #D06570
Tints of Cabaret #D06570
RGB
CMYK
RGB Variations
Color information
#D06570 (or 0xD06570) is known color: Cabaret. HEX triplet: D0, 65 and 70. RGB value is (208,101,112). Sum of RGB (Red+Green+Blue) = 208+101+112=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06570 is #2F9A8F. Grayscale: #868686. Windows color (decimal): -3119760 or 7366096. OLE color: 7366096.
HSL color Cylindrical-coordinate representation of color #D06570: hue angle of 353.83º 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 #D06570 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 112 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.18 |
| HSL | 353.83º | 0.53% | 0.61% | - |
| HSV(B) | 353.83º | 0.51% | 0.82% | - |
| XYZ | 33.59 | 23.89 | 18.17 | - |
| YUV | 134.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 112 | 0 | 0.51 | 0.46 | 0.18 | 353.83 | 0.53 | 0.61 |
| Hex | D0 | 65 | 70 | 0 | 33 | 2E | 12 | 162 | 35 | 3D |
| Octal | 320 | 145 | 160 | 0 | 63 | 56 | 22 | 542 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1110000 | 0 | 110011 | 101110 | 10010 | 101100010 | 110101 | 111101 |
Color Harmonies of #D06570
Complementary color
Monochromatic Colors of #D06570
Black with #D06570
Text Example
Text Example
White with #D06570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06570; }
p { color: rgb(208,101,112); }
H1.HeaderClassName
{
color: #D06570;
}
.AnyTagClassName
{
color: #D06570;
}
</style>
background-color css
<style>
a { background-color: #D06570; }
a { background-color: rgb(208,101,112); }
div.DivClassName
{
background-color: #D06570;
}
.BgClassName
{
background-color: #D06570;
}
</style>
border-color css
<style>
span { border-color: #D06570; }
span { border-color: rgb(208,101,112); }
td.TdClassName
{
border-color: #D06570;
}
.TagClassName
{
border-color: #D06570;
}
</style>