Shades of Cabaret #D06479
Tints of Cabaret #D06479
RGB
CMYK
RGB Variations
Color information
#D06479 (or 0xD06479) is known color: Cabaret. HEX triplet: D0, 64 and 79. RGB value is (208,100,121). Sum of RGB (Red+Green+Blue) = 208+100+121=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06479 is #2F9B86. Grayscale: #868686. Windows color (decimal): -3120007 or 7955664. OLE color: 7955664.
HSL color Cylindrical-coordinate representation of color #D06479: hue angle of 348.33º 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 #D06479 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 121 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.18 |
| HSL | 348.33º | 0.53% | 0.6% | - |
| HSV(B) | 348.33º | 0.52% | 0.82% | - |
| XYZ | 34.02 | 23.9 | 20.91 | - |
| YUV | 134.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 121 | 0 | 0.52 | 0.42 | 0.18 | 348.33 | 0.53 | 0.6 |
| Hex | D0 | 64 | 79 | 0 | 34 | 2A | 12 | 15C | 35 | 3C |
| Octal | 320 | 144 | 171 | 0 | 64 | 52 | 22 | 534 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1111001 | 0 | 110100 | 101010 | 10010 | 101011100 | 110101 | 111100 |
Color Harmonies of #D06479
Complementary color
Monochromatic Colors of #D06479
Black with #D06479
Text Example
Text Example
White with #D06479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06479; }
p { color: rgb(208,100,121); }
H1.HeaderClassName
{
color: #D06479;
}
.AnyTagClassName
{
color: #D06479;
}
</style>
background-color css
<style>
a { background-color: #D06479; }
a { background-color: rgb(208,100,121); }
div.DivClassName
{
background-color: #D06479;
}
.BgClassName
{
background-color: #D06479;
}
</style>
border-color css
<style>
span { border-color: #D06479; }
span { border-color: rgb(208,100,121); }
td.TdClassName
{
border-color: #D06479;
}
.TagClassName
{
border-color: #D06479;
}
</style>