Shades of Cabaret #D04B6C
Tints of Cabaret #D04B6C
RGB
CMYK
RGB Variations
Color information
#D04B6C (or 0xD04B6C) is known color: Cabaret. HEX triplet: D0, 4B and 6C. RGB value is (208,75,108). Sum of RGB (Red+Green+Blue) = 208+75+108=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B6C is #2FB493. Grayscale: #767676. Windows color (decimal): -3126420 or 7097296. OLE color: 7097296.
HSL color Cylindrical-coordinate representation of color #D04B6C: hue angle of 345.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B6C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 108 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.18 |
| HSL | 345.11º | 0.59% | 0.55% | - |
| HSV(B) | 345.11º | 0.64% | 0.82% | - |
| XYZ | 31.24 | 19.52 | 16.31 | - |
| YUV | 118.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 108 | 0 | 0.64 | 0.48 | 0.18 | 345.11 | 0.59 | 0.55 |
| Hex | D0 | 4B | 6C | 0 | 40 | 30 | 12 | 159 | 3B | 37 |
| Octal | 320 | 113 | 154 | 0 | 100 | 60 | 22 | 531 | 73 | 67 |
| Binary | 11010000 | 1001011 | 1101100 | 0 | 1000000 | 110000 | 10010 | 101011001 | 111011 | 110111 |
Color Harmonies of #D04B6C
Complementary color
Monochromatic Colors of #D04B6C
Black with #D04B6C
Text Example
Text Example
White with #D04B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B6C; }
p { color: rgb(208,75,108); }
H1.HeaderClassName
{
color: #D04B6C;
}
.AnyTagClassName
{
color: #D04B6C;
}
</style>
background-color css
<style>
a { background-color: #D04B6C; }
a { background-color: rgb(208,75,108); }
div.DivClassName
{
background-color: #D04B6C;
}
.BgClassName
{
background-color: #D04B6C;
}
</style>
border-color css
<style>
span { border-color: #D04B6C; }
span { border-color: rgb(208,75,108); }
td.TdClassName
{
border-color: #D04B6C;
}
.TagClassName
{
border-color: #D04B6C;
}
</style>