Shades of Cabaret #D05168
Tints of Cabaret #D05168
RGB
CMYK
RGB Variations
Color information
#D05168 (or 0xD05168) is known color: Cabaret. HEX triplet: D0, 51 and 68. RGB value is (208,81,104). Sum of RGB (Red+Green+Blue) = 208+81+104=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D05168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05168 is #2FAE97. Grayscale: #797979. Windows color (decimal): -3124888 or 6836688. OLE color: 6836688.
HSL color Cylindrical-coordinate representation of color #D05168: hue angle of 349.13º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05168 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 104 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.18 |
| HSL | 349.13º | 0.57% | 0.57% | - |
| HSV(B) | 349.13º | 0.61% | 0.82% | - |
| XYZ | 31.45 | 20.29 | 15.36 | - |
| YUV | 121.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 104 | 0 | 0.61 | 0.5 | 0.18 | 349.13 | 0.57 | 0.57 |
| Hex | D0 | 51 | 68 | 0 | 3D | 32 | 12 | 15D | 39 | 39 |
| Octal | 320 | 121 | 150 | 0 | 75 | 62 | 22 | 535 | 71 | 71 |
| Binary | 11010000 | 1010001 | 1101000 | 0 | 111101 | 110010 | 10010 | 101011101 | 111001 | 111001 |
Color Harmonies of #D05168
Complementary color
Monochromatic Colors of #D05168
Black with #D05168
Text Example
Text Example
White with #D05168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05168; }
p { color: rgb(208,81,104); }
H1.HeaderClassName
{
color: #D05168;
}
.AnyTagClassName
{
color: #D05168;
}
</style>
background-color css
<style>
a { background-color: #D05168; }
a { background-color: rgb(208,81,104); }
div.DivClassName
{
background-color: #D05168;
}
.BgClassName
{
background-color: #D05168;
}
</style>
border-color css
<style>
span { border-color: #D05168; }
span { border-color: rgb(208,81,104); }
td.TdClassName
{
border-color: #D05168;
}
.TagClassName
{
border-color: #D05168;
}
</style>