Shades of Cabaret #D04164
Tints of Cabaret #D04164
RGB
CMYK
RGB Variations
Color information
#D04164 (or 0xD04164) is known color: Cabaret. HEX triplet: D0, 41 and 64. RGB value is (208,65,100). Sum of RGB (Red+Green+Blue) = 208+65+100=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D04164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04164 is #2FBE9B. Grayscale: #6F6F6F. Windows color (decimal): -3128988 or 6570448. OLE color: 6570448.
HSL color Cylindrical-coordinate representation of color #D04164: hue angle of 345.31º 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 #D04164 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 100 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.18 |
| HSL | 345.31º | 0.6% | 0.54% | - |
| HSV(B) | 345.31º | 0.69% | 0.82% | - |
| XYZ | 30.2 | 18.11 | 13.96 | - |
| YUV | 111.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 100 | 0 | 0.69 | 0.52 | 0.18 | 345.31 | 0.6 | 0.54 |
| Hex | D0 | 41 | 64 | 0 | 45 | 34 | 12 | 159 | 3C | 36 |
| Octal | 320 | 101 | 144 | 0 | 105 | 64 | 22 | 531 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1100100 | 0 | 1000101 | 110100 | 10010 | 101011001 | 111100 | 110110 |
Color Harmonies of #D04164
Complementary color
Monochromatic Colors of #D04164
Black with #D04164
Text Example
Text Example
White with #D04164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04164; }
p { color: rgb(208,65,100); }
H1.HeaderClassName
{
color: #D04164;
}
.AnyTagClassName
{
color: #D04164;
}
</style>
background-color css
<style>
a { background-color: #D04164; }
a { background-color: rgb(208,65,100); }
div.DivClassName
{
background-color: #D04164;
}
.BgClassName
{
background-color: #D04164;
}
</style>
border-color css
<style>
span { border-color: #D04164; }
span { border-color: rgb(208,65,100); }
td.TdClassName
{
border-color: #D04164;
}
.TagClassName
{
border-color: #D04164;
}
</style>