Shades of Cabaret #D06471
Tints of Cabaret #D06471
RGB
CMYK
RGB Variations
Color information
#D06471 (or 0xD06471) is known color: Cabaret. HEX triplet: D0, 64 and 71. RGB value is (208,100,113). Sum of RGB (Red+Green+Blue) = 208+100+113=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06471 is #2F9B8E. Grayscale: #858585. Windows color (decimal): -3120015 or 7431376. OLE color: 7431376.
HSL color Cylindrical-coordinate representation of color #D06471: hue angle of 352.78º degrees, saturation: 0.53, 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 #D06471 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 113 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.18 |
| HSL | 352.78º | 0.53% | 0.6% | - |
| HSV(B) | 352.78º | 0.52% | 0.82% | - |
| XYZ | 33.55 | 23.72 | 18.43 | - |
| YUV | 133.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 113 | 0 | 0.52 | 0.46 | 0.18 | 352.78 | 0.53 | 0.6 |
| Hex | D0 | 64 | 71 | 0 | 34 | 2E | 12 | 161 | 35 | 3C |
| Octal | 320 | 144 | 161 | 0 | 64 | 56 | 22 | 541 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1110001 | 0 | 110100 | 101110 | 10010 | 101100001 | 110101 | 111100 |
Color Harmonies of #D06471
Complementary color
Monochromatic Colors of #D06471
Black with #D06471
Text Example
Text Example
White with #D06471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06471; }
p { color: rgb(208,100,113); }
H1.HeaderClassName
{
color: #D06471;
}
.AnyTagClassName
{
color: #D06471;
}
</style>
background-color css
<style>
a { background-color: #D06471; }
a { background-color: rgb(208,100,113); }
div.DivClassName
{
background-color: #D06471;
}
.BgClassName
{
background-color: #D06471;
}
</style>
border-color css
<style>
span { border-color: #D06471; }
span { border-color: rgb(208,100,113); }
td.TdClassName
{
border-color: #D06471;
}
.TagClassName
{
border-color: #D06471;
}
</style>