Shades of Cabaret #D04666
Tints of Cabaret #D04666
RGB
CMYK
RGB Variations
Color information
#D04666 (or 0xD04666) is known color: Cabaret. HEX triplet: D0, 46 and 66. RGB value is (208,70,102). Sum of RGB (Red+Green+Blue) = 208+70+102=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D04666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04666 is #2FB999. Grayscale: #727272. Windows color (decimal): -3127706 or 6702800. OLE color: 6702800.
HSL color Cylindrical-coordinate representation of color #D04666: hue angle of 346.09º 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 #D04666 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 102 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.18 |
| HSL | 346.09º | 0.59% | 0.55% | - |
| HSV(B) | 346.09º | 0.66% | 0.82% | - |
| XYZ | 30.6 | 18.75 | 14.58 | - |
| YUV | 114.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 102 | 0 | 0.66 | 0.51 | 0.18 | 346.09 | 0.59 | 0.55 |
| Hex | D0 | 46 | 66 | 0 | 42 | 33 | 12 | 15A | 3B | 37 |
| Octal | 320 | 106 | 146 | 0 | 102 | 63 | 22 | 532 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1100110 | 0 | 1000010 | 110011 | 10010 | 101011010 | 111011 | 110111 |
Color Harmonies of #D04666
Complementary color
Monochromatic Colors of #D04666
Black with #D04666
Text Example
Text Example
White with #D04666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04666; }
p { color: rgb(208,70,102); }
H1.HeaderClassName
{
color: #D04666;
}
.AnyTagClassName
{
color: #D04666;
}
</style>
background-color css
<style>
a { background-color: #D04666; }
a { background-color: rgb(208,70,102); }
div.DivClassName
{
background-color: #D04666;
}
.BgClassName
{
background-color: #D04666;
}
</style>
border-color css
<style>
span { border-color: #D04666; }
span { border-color: rgb(208,70,102); }
td.TdClassName
{
border-color: #D04666;
}
.TagClassName
{
border-color: #D04666;
}
</style>