Shades of Cabaret #D04360
Tints of Cabaret #D04360
RGB
CMYK
RGB Variations
Color information
#D04360 (or 0xD04360) is known color: Cabaret. HEX triplet: D0, 43 and 60. RGB value is (208,67,96). Sum of RGB (Red+Green+Blue) = 208+67+96=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D04360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04360 is #2FBC9F. Grayscale: #707070. Windows color (decimal): -3128480 or 6308816. OLE color: 6308816.
HSL color Cylindrical-coordinate representation of color #D04360: hue angle of 347.66º 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 #D04360 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 96 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.66º | 0.6% | 0.54% | - |
| HSV(B) | 347.66º | 0.68% | 0.82% | - |
| XYZ | 30.13 | 18.27 | 13 | - |
| YUV | 112.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 96 | 0 | 0.68 | 0.54 | 0.18 | 347.66 | 0.6 | 0.54 |
| Hex | D0 | 43 | 60 | 0 | 44 | 36 | 12 | 15C | 3C | 36 |
| Octal | 320 | 103 | 140 | 0 | 104 | 66 | 22 | 534 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1100000 | 0 | 1000100 | 110110 | 10010 | 101011100 | 111100 | 110110 |
Color Harmonies of #D04360
Complementary color
Monochromatic Colors of #D04360
Black with #D04360
Text Example
Text Example
White with #D04360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04360; }
p { color: rgb(208,67,96); }
H1.HeaderClassName
{
color: #D04360;
}
.AnyTagClassName
{
color: #D04360;
}
</style>
background-color css
<style>
a { background-color: #D04360; }
a { background-color: rgb(208,67,96); }
div.DivClassName
{
background-color: #D04360;
}
.BgClassName
{
background-color: #D04360;
}
</style>
border-color css
<style>
span { border-color: #D04360; }
span { border-color: rgb(208,67,96); }
td.TdClassName
{
border-color: #D04360;
}
.TagClassName
{
border-color: #D04360;
}
</style>