Shades of Cabaret #D04368
Tints of Cabaret #D04368
RGB
CMYK
RGB Variations
Color information
#D04368 (or 0xD04368) is known color: Cabaret. HEX triplet: D0, 43 and 68. RGB value is (208,67,104). Sum of RGB (Red+Green+Blue) = 208+67+104=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D04368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04368 is #2FBC97. Grayscale: #717171. Windows color (decimal): -3128472 or 6833104. OLE color: 6833104.
HSL color Cylindrical-coordinate representation of color #D04368: hue angle of 344.26º 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 #D04368 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 104 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.18 |
| HSL | 344.26º | 0.6% | 0.54% | - |
| HSV(B) | 344.26º | 0.68% | 0.82% | - |
| XYZ | 30.52 | 18.42 | 15.04 | - |
| YUV | 113.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 104 | 0 | 0.68 | 0.5 | 0.18 | 344.26 | 0.6 | 0.54 |
| Hex | D0 | 43 | 68 | 0 | 44 | 32 | 12 | 158 | 3C | 36 |
| Octal | 320 | 103 | 150 | 0 | 104 | 62 | 22 | 530 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1101000 | 0 | 1000100 | 110010 | 10010 | 101011000 | 111100 | 110110 |
Color Harmonies of #D04368
Complementary color
Monochromatic Colors of #D04368
Black with #D04368
Text Example
Text Example
White with #D04368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04368; }
p { color: rgb(208,67,104); }
H1.HeaderClassName
{
color: #D04368;
}
.AnyTagClassName
{
color: #D04368;
}
</style>
background-color css
<style>
a { background-color: #D04368; }
a { background-color: rgb(208,67,104); }
div.DivClassName
{
background-color: #D04368;
}
.BgClassName
{
background-color: #D04368;
}
</style>
border-color css
<style>
span { border-color: #D04368; }
span { border-color: rgb(208,67,104); }
td.TdClassName
{
border-color: #D04368;
}
.TagClassName
{
border-color: #D04368;
}
</style>