Shades of Cabaret #D04260
Tints of Cabaret #D04260
RGB
CMYK
RGB Variations
Color information
#D04260 (or 0xD04260) is known color: Cabaret. HEX triplet: D0, 42 and 60. RGB value is (208,66,96). Sum of RGB (Red+Green+Blue) = 208+66+96=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D04260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04260 is #2FBD9F. Grayscale: #6F6F6F. Windows color (decimal): -3128736 or 6308560. OLE color: 6308560.
HSL color Cylindrical-coordinate representation of color #D04260: hue angle of 347.32º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04260 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 96 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.32º | 0.6% | 0.54% | - |
| HSV(B) | 347.32º | 0.68% | 0.82% | - |
| XYZ | 30.07 | 18.15 | 12.98 | - |
| YUV | 111.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 96 | 0 | 0.68 | 0.54 | 0.18 | 347.32 | 0.6 | 0.54 |
| Hex | D0 | 42 | 60 | 0 | 44 | 36 | 12 | 15B | 3C | 36 |
| Octal | 320 | 102 | 140 | 0 | 104 | 66 | 22 | 533 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1100000 | 0 | 1000100 | 110110 | 10010 | 101011011 | 111100 | 110110 |
Color Harmonies of #D04260
Complementary color
Monochromatic Colors of #D04260
Black with #D04260
Text Example
Text Example
White with #D04260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04260; }
p { color: rgb(208,66,96); }
H1.HeaderClassName
{
color: #D04260;
}
.AnyTagClassName
{
color: #D04260;
}
</style>
background-color css
<style>
a { background-color: #D04260; }
a { background-color: rgb(208,66,96); }
div.DivClassName
{
background-color: #D04260;
}
.BgClassName
{
background-color: #D04260;
}
</style>
border-color css
<style>
span { border-color: #D04260; }
span { border-color: rgb(208,66,96); }
td.TdClassName
{
border-color: #D04260;
}
.TagClassName
{
border-color: #D04260;
}
</style>