Shades of Cabaret #D04A6C
Tints of Cabaret #D04A6C
RGB
CMYK
RGB Variations
Color information
#D04A6C (or 0xD04A6C) is known color: Cabaret. HEX triplet: D0, 4A and 6C. RGB value is (208,74,108). Sum of RGB (Red+Green+Blue) = 208+74+108=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A6C is #2FB593. Grayscale: #757575. Windows color (decimal): -3126676 or 7097040. OLE color: 7097040.
HSL color Cylindrical-coordinate representation of color #D04A6C: hue angle of 344.78º 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 #D04A6C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 108 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.18 |
| HSL | 344.78º | 0.59% | 0.55% | - |
| HSV(B) | 344.78º | 0.64% | 0.82% | - |
| XYZ | 31.17 | 19.39 | 16.29 | - |
| YUV | 117.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 108 | 0 | 0.64 | 0.48 | 0.18 | 344.78 | 0.59 | 0.55 |
| Hex | D0 | 4A | 6C | 0 | 40 | 30 | 12 | 159 | 3B | 37 |
| Octal | 320 | 112 | 154 | 0 | 100 | 60 | 22 | 531 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1101100 | 0 | 1000000 | 110000 | 10010 | 101011001 | 111011 | 110111 |
Color Harmonies of #D04A6C
Complementary color
Monochromatic Colors of #D04A6C
Black with #D04A6C
Text Example
Text Example
White with #D04A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A6C; }
p { color: rgb(208,74,108); }
H1.HeaderClassName
{
color: #D04A6C;
}
.AnyTagClassName
{
color: #D04A6C;
}
</style>
background-color css
<style>
a { background-color: #D04A6C; }
a { background-color: rgb(208,74,108); }
div.DivClassName
{
background-color: #D04A6C;
}
.BgClassName
{
background-color: #D04A6C;
}
</style>
border-color css
<style>
span { border-color: #D04A6C; }
span { border-color: rgb(208,74,108); }
td.TdClassName
{
border-color: #D04A6C;
}
.TagClassName
{
border-color: #D04A6C;
}
</style>