Shades of Cabaret #D06373
Tints of Cabaret #D06373
RGB
CMYK
RGB Variations
Color information
#D06373 (or 0xD06373) is known color: Cabaret. HEX triplet: D0, 63 and 73. RGB value is (208,99,115). Sum of RGB (Red+Green+Blue) = 208+99+115=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D06373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06373 is #2F9C8C. Grayscale: #858585. Windows color (decimal): -3120269 or 7562192. OLE color: 7562192.
HSL color Cylindrical-coordinate representation of color #D06373: hue angle of 351.19º 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 #D06373 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 115 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.18 |
| HSL | 351.19º | 0.54% | 0.6% | - |
| HSV(B) | 351.19º | 0.52% | 0.82% | - |
| XYZ | 33.57 | 23.57 | 19 | - |
| YUV | 133.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 115 | 0 | 0.52 | 0.45 | 0.18 | 351.19 | 0.54 | 0.6 |
| Hex | D0 | 63 | 73 | 0 | 34 | 2D | 12 | 15F | 36 | 3C |
| Octal | 320 | 143 | 163 | 0 | 64 | 55 | 22 | 537 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1110011 | 0 | 110100 | 101101 | 10010 | 101011111 | 110110 | 111100 |
Color Harmonies of #D06373
Complementary color
Monochromatic Colors of #D06373
Black with #D06373
Text Example
Text Example
White with #D06373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06373; }
p { color: rgb(208,99,115); }
H1.HeaderClassName
{
color: #D06373;
}
.AnyTagClassName
{
color: #D06373;
}
</style>
background-color css
<style>
a { background-color: #D06373; }
a { background-color: rgb(208,99,115); }
div.DivClassName
{
background-color: #D06373;
}
.BgClassName
{
background-color: #D06373;
}
</style>
border-color css
<style>
span { border-color: #D06373; }
span { border-color: rgb(208,99,115); }
td.TdClassName
{
border-color: #D06373;
}
.TagClassName
{
border-color: #D06373;
}
</style>