Shades of Cabaret #D04768
Tints of Cabaret #D04768
RGB
CMYK
RGB Variations
Color information
#D04768 (or 0xD04768) is known color: Cabaret. HEX triplet: D0, 47 and 68. RGB value is (208,71,104). Sum of RGB (Red+Green+Blue) = 208+71+104=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D04768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04768 is #2FB897. Grayscale: #737373. Windows color (decimal): -3127448 or 6834128. OLE color: 6834128.
HSL color Cylindrical-coordinate representation of color #D04768: hue angle of 345.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04768 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 104 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.18 |
| HSL | 345.55º | 0.59% | 0.55% | - |
| HSV(B) | 345.55º | 0.66% | 0.82% | - |
| XYZ | 30.76 | 18.92 | 15.13 | - |
| YUV | 115.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 104 | 0 | 0.66 | 0.5 | 0.18 | 345.55 | 0.59 | 0.55 |
| Hex | D0 | 47 | 68 | 0 | 42 | 32 | 12 | 15A | 3B | 37 |
| Octal | 320 | 107 | 150 | 0 | 102 | 62 | 22 | 532 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1101000 | 0 | 1000010 | 110010 | 10010 | 101011010 | 111011 | 110111 |
Color Harmonies of #D04768
Complementary color
Monochromatic Colors of #D04768
Black with #D04768
Text Example
Text Example
White with #D04768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04768; }
p { color: rgb(208,71,104); }
H1.HeaderClassName
{
color: #D04768;
}
.AnyTagClassName
{
color: #D04768;
}
</style>
background-color css
<style>
a { background-color: #D04768; }
a { background-color: rgb(208,71,104); }
div.DivClassName
{
background-color: #D04768;
}
.BgClassName
{
background-color: #D04768;
}
</style>
border-color css
<style>
span { border-color: #D04768; }
span { border-color: rgb(208,71,104); }
td.TdClassName
{
border-color: #D04768;
}
.TagClassName
{
border-color: #D04768;
}
</style>