Shades of Cabaret #D06370
Tints of Cabaret #D06370
RGB
CMYK
RGB Variations
Color information
#D06370 (or 0xD06370) is known color: Cabaret. HEX triplet: D0, 63 and 70. RGB value is (208,99,112). Sum of RGB (Red+Green+Blue) = 208+99+112=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06370 is #2F9C8F. Grayscale: #858585. Windows color (decimal): -3120272 or 7365584. OLE color: 7365584.
HSL color Cylindrical-coordinate representation of color #D06370: hue angle of 352.84º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06370 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 112 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.18 |
| HSL | 352.84º | 0.54% | 0.6% | - |
| HSV(B) | 352.84º | 0.52% | 0.82% | - |
| XYZ | 33.4 | 23.5 | 18.11 | - |
| YUV | 133.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 112 | 0 | 0.52 | 0.46 | 0.18 | 352.84 | 0.54 | 0.6 |
| Hex | D0 | 63 | 70 | 0 | 34 | 2E | 12 | 161 | 36 | 3C |
| Octal | 320 | 143 | 160 | 0 | 64 | 56 | 22 | 541 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1110000 | 0 | 110100 | 101110 | 10010 | 101100001 | 110110 | 111100 |
Color Harmonies of #D06370
Complementary color
Monochromatic Colors of #D06370
Black with #D06370
Text Example
Text Example
White with #D06370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06370; }
p { color: rgb(208,99,112); }
H1.HeaderClassName
{
color: #D06370;
}
.AnyTagClassName
{
color: #D06370;
}
</style>
background-color css
<style>
a { background-color: #D06370; }
a { background-color: rgb(208,99,112); }
div.DivClassName
{
background-color: #D06370;
}
.BgClassName
{
background-color: #D06370;
}
</style>
border-color css
<style>
span { border-color: #D06370; }
span { border-color: rgb(208,99,112); }
td.TdClassName
{
border-color: #D06370;
}
.TagClassName
{
border-color: #D06370;
}
</style>