Shades of Cabaret #D04667
Tints of Cabaret #D04667
RGB
CMYK
RGB Variations
Color information
#D04667 (or 0xD04667) is known color: Cabaret. HEX triplet: D0, 46 and 67. RGB value is (208,70,103). Sum of RGB (Red+Green+Blue) = 208+70+103=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D04667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04667 is #2FB998. Grayscale: #737373. Windows color (decimal): -3127705 or 6768336. OLE color: 6768336.
HSL color Cylindrical-coordinate representation of color #D04667: hue angle of 345.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04667 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 103 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 345.65º | 0.59% | 0.55% | - |
| HSV(B) | 345.65º | 0.66% | 0.82% | - |
| XYZ | 30.65 | 18.77 | 14.84 | - |
| YUV | 115.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 103 | 0 | 0.66 | 0.50 | 0.18 | 345.65 | 0.59 | 0.55 |
| Hex | D0 | 46 | 67 | 0 | 42 | 32 | 12 | 15A | 3B | 37 |
| Octal | 320 | 106 | 147 | 0 | 102 | 62 | 22 | 532 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1100111 | 0 | 1000010 | 110010 | 10010 | 101011010 | 111011 | 110111 |
Color Harmonies of #D04667
Complementary color
Monochromatic Colors of #D04667
Black with #D04667
Text Example
Text Example
White with #D04667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04667; }
p { color: rgb(208,70,103); }
H1.HeaderClassName
{
color: #D04667;
}
.AnyTagClassName
{
color: #D04667;
}
</style>
background-color css
<style>
a { background-color: #D04667; }
a { background-color: rgb(208,70,103); }
div.DivClassName
{
background-color: #D04667;
}
.BgClassName
{
background-color: #D04667;
}
</style>
border-color css
<style>
span { border-color: #D04667; }
span { border-color: rgb(208,70,103); }
td.TdClassName
{
border-color: #D04667;
}
.TagClassName
{
border-color: #D04667;
}
</style>