Shades of Cabaret #D06376
Tints of Cabaret #D06376
RGB
CMYK
RGB Variations
Color information
#D06376 (or 0xD06376) is known color: Cabaret. HEX triplet: D0, 63 and 76. RGB value is (208,99,118). Sum of RGB (Red+Green+Blue) = 208+99+118=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06376 is #2F9C89. Grayscale: #858585. Windows color (decimal): -3120266 or 7758800. OLE color: 7758800.
HSL color Cylindrical-coordinate representation of color #D06376: hue angle of 349.54º 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 #D06376 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 118 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.18 |
| HSL | 349.54º | 0.54% | 0.6% | - |
| HSV(B) | 349.54º | 0.52% | 0.82% | - |
| XYZ | 33.74 | 23.64 | 19.92 | - |
| YUV | 133.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 118 | 0 | 0.52 | 0.43 | 0.18 | 349.54 | 0.54 | 0.6 |
| Hex | D0 | 63 | 76 | 0 | 34 | 2B | 12 | 15E | 36 | 3C |
| Octal | 320 | 143 | 166 | 0 | 64 | 53 | 22 | 536 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1110110 | 0 | 110100 | 101011 | 10010 | 101011110 | 110110 | 111100 |
Color Harmonies of #D06376
Complementary color
Monochromatic Colors of #D06376
Black with #D06376
Text Example
Text Example
White with #D06376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06376; }
p { color: rgb(208,99,118); }
H1.HeaderClassName
{
color: #D06376;
}
.AnyTagClassName
{
color: #D06376;
}
</style>
background-color css
<style>
a { background-color: #D06376; }
a { background-color: rgb(208,99,118); }
div.DivClassName
{
background-color: #D06376;
}
.BgClassName
{
background-color: #D06376;
}
</style>
border-color css
<style>
span { border-color: #D06376; }
span { border-color: rgb(208,99,118); }
td.TdClassName
{
border-color: #D06376;
}
.TagClassName
{
border-color: #D06376;
}
</style>