Shades of Cabaret #D04166
Tints of Cabaret #D04166
RGB
CMYK
RGB Variations
Color information
#D04166 (or 0xD04166) is known color: Cabaret. HEX triplet: D0, 41 and 66. RGB value is (208,65,102). Sum of RGB (Red+Green+Blue) = 208+65+102=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04166 is #2FBE99. Grayscale: #6F6F6F. Windows color (decimal): -3128986 or 6701520. OLE color: 6701520.
HSL color Cylindrical-coordinate representation of color #D04166: hue angle of 344.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04166 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 102 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.18 |
| HSL | 344.48º | 0.6% | 0.54% | - |
| HSV(B) | 344.48º | 0.69% | 0.82% | - |
| XYZ | 30.3 | 18.15 | 14.48 | - |
| YUV | 111.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 102 | 0 | 0.69 | 0.51 | 0.18 | 344.48 | 0.6 | 0.54 |
| Hex | D0 | 41 | 66 | 0 | 45 | 33 | 12 | 158 | 3C | 36 |
| Octal | 320 | 101 | 146 | 0 | 105 | 63 | 22 | 530 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1100110 | 0 | 1000101 | 110011 | 10010 | 101011000 | 111100 | 110110 |
Color Harmonies of #D04166
Complementary color
Monochromatic Colors of #D04166
Black with #D04166
Text Example
Text Example
White with #D04166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04166; }
p { color: rgb(208,65,102); }
H1.HeaderClassName
{
color: #D04166;
}
.AnyTagClassName
{
color: #D04166;
}
</style>
background-color css
<style>
a { background-color: #D04166; }
a { background-color: rgb(208,65,102); }
div.DivClassName
{
background-color: #D04166;
}
.BgClassName
{
background-color: #D04166;
}
</style>
border-color css
<style>
span { border-color: #D04166; }
span { border-color: rgb(208,65,102); }
td.TdClassName
{
border-color: #D04166;
}
.TagClassName
{
border-color: #D04166;
}
</style>