Shades of Cabaret #D04567
Tints of Cabaret #D04567
RGB
CMYK
RGB Variations
Color information
#D04567 (or 0xD04567) is known color: Cabaret. HEX triplet: D0, 45 and 67. RGB value is (208,69,103). Sum of RGB (Red+Green+Blue) = 208+69+103=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D04567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04567 is #2FBA98. Grayscale: #727272. Windows color (decimal): -3127961 or 6768080. OLE color: 6768080.
HSL color Cylindrical-coordinate representation of color #D04567: hue angle of 345.32º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04567 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 103 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 345.32º | 0.6% | 0.54% | - |
| HSV(B) | 345.32º | 0.67% | 0.82% | - |
| XYZ | 30.59 | 18.65 | 14.82 | - |
| YUV | 114.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 103 | 0 | 0.67 | 0.50 | 0.18 | 345.32 | 0.6 | 0.54 |
| Hex | D0 | 45 | 67 | 0 | 43 | 32 | 12 | 159 | 3C | 36 |
| Octal | 320 | 105 | 147 | 0 | 103 | 62 | 22 | 531 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1100111 | 0 | 1000011 | 110010 | 10010 | 101011001 | 111100 | 110110 |
Color Harmonies of #D04567
Complementary color
Monochromatic Colors of #D04567
Black with #D04567
Text Example
Text Example
White with #D04567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04567; }
p { color: rgb(208,69,103); }
H1.HeaderClassName
{
color: #D04567;
}
.AnyTagClassName
{
color: #D04567;
}
</style>
background-color css
<style>
a { background-color: #D04567; }
a { background-color: rgb(208,69,103); }
div.DivClassName
{
background-color: #D04567;
}
.BgClassName
{
background-color: #D04567;
}
</style>
border-color css
<style>
span { border-color: #D04567; }
span { border-color: rgb(208,69,103); }
td.TdClassName
{
border-color: #D04567;
}
.TagClassName
{
border-color: #D04567;
}
</style>