Shades of Cabaret #D06068
Tints of Cabaret #D06068
RGB
CMYK
RGB Variations
Color information
#D06068 (or 0xD06068) is known color: Cabaret. HEX triplet: D0, 60 and 68. RGB value is (208,96,104). Sum of RGB (Red+Green+Blue) = 208+96+104=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06068 is #2F9F97. Grayscale: #828282. Windows color (decimal): -3121048 or 6840528. OLE color: 6840528.
HSL color Cylindrical-coordinate representation of color #D06068: hue angle of 355.71º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06068 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 104 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.18 |
| HSL | 355.71º | 0.54% | 0.6% | - |
| HSV(B) | 355.71º | 0.54% | 0.82% | - |
| XYZ | 32.69 | 22.78 | 15.77 | - |
| YUV | 130.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 104 | 0 | 0.54 | 0.5 | 0.18 | 355.71 | 0.54 | 0.6 |
| Hex | D0 | 60 | 68 | 0 | 36 | 32 | 12 | 164 | 36 | 3C |
| Octal | 320 | 140 | 150 | 0 | 66 | 62 | 22 | 544 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1101000 | 0 | 110110 | 110010 | 10010 | 101100100 | 110110 | 111100 |
Color Harmonies of #D06068
Complementary color
Monochromatic Colors of #D06068
Black with #D06068
Text Example
Text Example
White with #D06068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06068; }
p { color: rgb(208,96,104); }
H1.HeaderClassName
{
color: #D06068;
}
.AnyTagClassName
{
color: #D06068;
}
</style>
background-color css
<style>
a { background-color: #D06068; }
a { background-color: rgb(208,96,104); }
div.DivClassName
{
background-color: #D06068;
}
.BgClassName
{
background-color: #D06068;
}
</style>
border-color css
<style>
span { border-color: #D06068; }
span { border-color: rgb(208,96,104); }
td.TdClassName
{
border-color: #D06068;
}
.TagClassName
{
border-color: #D06068;
}
</style>