Shades of Cabaret #D06579
Tints of Cabaret #D06579
RGB
CMYK
RGB Variations
Color information
#D06579 (or 0xD06579) is known color: Cabaret. HEX triplet: D0, 65 and 79. RGB value is (208,101,121). Sum of RGB (Red+Green+Blue) = 208+101+121=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D06579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06579 is #2F9A86. Grayscale: #878787. Windows color (decimal): -3119751 or 7955920. OLE color: 7955920.
HSL color Cylindrical-coordinate representation of color #D06579: hue angle of 348.79º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06579 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 121 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 348.79º | 0.53% | 0.61% | - |
| HSV(B) | 348.79º | 0.51% | 0.82% | - |
| XYZ | 34.12 | 24.1 | 20.94 | - |
| YUV | 135.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 121 | 0 | 0.51 | 0.42 | 0.18 | 348.79 | 0.53 | 0.61 |
| Hex | D0 | 65 | 79 | 0 | 33 | 2A | 12 | 15D | 35 | 3D |
| Octal | 320 | 145 | 171 | 0 | 63 | 52 | 22 | 535 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1111001 | 0 | 110011 | 101010 | 10010 | 101011101 | 110101 | 111101 |
Color Harmonies of #D06579
Complementary color
Monochromatic Colors of #D06579
Black with #D06579
Text Example
Text Example
White with #D06579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06579; }
p { color: rgb(208,101,121); }
H1.HeaderClassName
{
color: #D06579;
}
.AnyTagClassName
{
color: #D06579;
}
</style>
background-color css
<style>
a { background-color: #D06579; }
a { background-color: rgb(208,101,121); }
div.DivClassName
{
background-color: #D06579;
}
.BgClassName
{
background-color: #D06579;
}
</style>
border-color css
<style>
span { border-color: #D06579; }
span { border-color: rgb(208,101,121); }
td.TdClassName
{
border-color: #D06579;
}
.TagClassName
{
border-color: #D06579;
}
</style>