Shades of Cabaret #D06273
Tints of Cabaret #D06273
RGB
CMYK
RGB Variations
Color information
#D06273 (or 0xD06273) is known color: Cabaret. HEX triplet: D0, 62 and 73. RGB value is (208,98,115). Sum of RGB (Red+Green+Blue) = 208+98+115=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06273 is #2F9D8C. Grayscale: #848484. Windows color (decimal): -3120525 or 7561936. OLE color: 7561936.
HSL color Cylindrical-coordinate representation of color #D06273: hue angle of 350.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06273 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 115 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.18 |
| HSL | 350.73º | 0.54% | 0.6% | - |
| HSV(B) | 350.73º | 0.53% | 0.82% | - |
| XYZ | 33.47 | 23.38 | 18.97 | - |
| YUV | 132.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 115 | 0 | 0.53 | 0.45 | 0.18 | 350.73 | 0.54 | 0.6 |
| Hex | D0 | 62 | 73 | 0 | 35 | 2D | 12 | 15F | 36 | 3C |
| Octal | 320 | 142 | 163 | 0 | 65 | 55 | 22 | 537 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1110011 | 0 | 110101 | 101101 | 10010 | 101011111 | 110110 | 111100 |
Color Harmonies of #D06273
Complementary color
Monochromatic Colors of #D06273
Black with #D06273
Text Example
Text Example
White with #D06273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06273; }
p { color: rgb(208,98,115); }
H1.HeaderClassName
{
color: #D06273;
}
.AnyTagClassName
{
color: #D06273;
}
</style>
background-color css
<style>
a { background-color: #D06273; }
a { background-color: rgb(208,98,115); }
div.DivClassName
{
background-color: #D06273;
}
.BgClassName
{
background-color: #D06273;
}
</style>
border-color css
<style>
span { border-color: #D06273; }
span { border-color: rgb(208,98,115); }
td.TdClassName
{
border-color: #D06273;
}
.TagClassName
{
border-color: #D06273;
}
</style>