Shades of Cabaret #D06371
Tints of Cabaret #D06371
RGB
CMYK
RGB Variations
Color information
#D06371 (or 0xD06371) is known color: Cabaret. HEX triplet: D0, 63 and 71. RGB value is (208,99,113). Sum of RGB (Red+Green+Blue) = 208+99+113=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D06371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06371 is #2F9C8E. Grayscale: #858585. Windows color (decimal): -3120271 or 7431120. OLE color: 7431120.
HSL color Cylindrical-coordinate representation of color #D06371: hue angle of 352.29º 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 #D06371 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 113 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.18 |
| HSL | 352.29º | 0.54% | 0.6% | - |
| HSV(B) | 352.29º | 0.52% | 0.82% | - |
| XYZ | 33.45 | 23.53 | 18.4 | - |
| YUV | 133.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 113 | 0 | 0.52 | 0.46 | 0.18 | 352.29 | 0.54 | 0.6 |
| Hex | D0 | 63 | 71 | 0 | 34 | 2E | 12 | 160 | 36 | 3C |
| Octal | 320 | 143 | 161 | 0 | 64 | 56 | 22 | 540 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1110001 | 0 | 110100 | 101110 | 10010 | 101100000 | 110110 | 111100 |
Color Harmonies of #D06371
Complementary color
Monochromatic Colors of #D06371
Black with #D06371
Text Example
Text Example
White with #D06371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06371; }
p { color: rgb(208,99,113); }
H1.HeaderClassName
{
color: #D06371;
}
.AnyTagClassName
{
color: #D06371;
}
</style>
background-color css
<style>
a { background-color: #D06371; }
a { background-color: rgb(208,99,113); }
div.DivClassName
{
background-color: #D06371;
}
.BgClassName
{
background-color: #D06371;
}
</style>
border-color css
<style>
span { border-color: #D06371; }
span { border-color: rgb(208,99,113); }
td.TdClassName
{
border-color: #D06371;
}
.TagClassName
{
border-color: #D06371;
}
</style>