Shades of Cabaret #D04C6B
Tints of Cabaret #D04C6B
RGB
CMYK
RGB Variations
Color information
#D04C6B (or 0xD04C6B) is known color: Cabaret. HEX triplet: D0, 4C and 6B. RGB value is (208,76,107). Sum of RGB (Red+Green+Blue) = 208+76+107=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C6B is #2FB394. Grayscale: #777777. Windows color (decimal): -3126165 or 7032016. OLE color: 7032016.
HSL color Cylindrical-coordinate representation of color #D04C6B: hue angle of 345.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C6B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 107 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.18 |
| HSL | 345.91º | 0.58% | 0.56% | - |
| HSV(B) | 345.91º | 0.63% | 0.82% | - |
| XYZ | 31.25 | 19.64 | 16.05 | - |
| YUV | 119 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 107 | 0 | 0.63 | 0.49 | 0.18 | 345.91 | 0.58 | 0.56 |
| Hex | D0 | 4C | 6B | 0 | 3F | 31 | 12 | 15A | 3A | 38 |
| Octal | 320 | 114 | 153 | 0 | 77 | 61 | 22 | 532 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1101011 | 0 | 111111 | 110001 | 10010 | 101011010 | 111010 | 111000 |
Color Harmonies of #D04C6B
Complementary color
Monochromatic Colors of #D04C6B
Black with #D04C6B
Text Example
Text Example
White with #D04C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C6B; }
p { color: rgb(208,76,107); }
H1.HeaderClassName
{
color: #D04C6B;
}
.AnyTagClassName
{
color: #D04C6B;
}
</style>
background-color css
<style>
a { background-color: #D04C6B; }
a { background-color: rgb(208,76,107); }
div.DivClassName
{
background-color: #D04C6B;
}
.BgClassName
{
background-color: #D04C6B;
}
</style>
border-color css
<style>
span { border-color: #D04C6B; }
span { border-color: rgb(208,76,107); }
td.TdClassName
{
border-color: #D04C6B;
}
.TagClassName
{
border-color: #D04C6B;
}
</style>