Shades of Cabaret #CD516C
Tints of Cabaret #CD516C
RGB
CMYK
RGB Variations
Color information
#CD516C (or 0xCD516C) is known color: Cabaret. HEX triplet: CD, 51 and 6C. RGB value is (205,81,108). Sum of RGB (Red+Green+Blue) = 205+81+108=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD516C is #32AE93. Grayscale: #797979. Windows color (decimal): -3321492 or 7098829. OLE color: 7098829.
HSL color Cylindrical-coordinate representation of color #CD516C: hue angle of 346.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD516C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 108 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.20 |
| HSL | 346.94º | 0.55% | 0.56% | - |
| HSV(B) | 346.94º | 0.6% | 0.8% | - |
| XYZ | 30.83 | 19.95 | 16.41 | - |
| YUV | 121.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 108 | 0 | 0.60 | 0.47 | 0.20 | 346.94 | 0.55 | 0.56 |
| Hex | CD | 51 | 6C | 0 | 3C | 2F | 14 | 15B | 37 | 38 |
| Octal | 315 | 121 | 154 | 0 | 74 | 57 | 24 | 533 | 67 | 70 |
| Binary | 11001101 | 1010001 | 1101100 | 0 | 111100 | 101111 | 10100 | 101011011 | 110111 | 111000 |
Color Harmonies of #CD516C
Complementary color
Monochromatic Colors of #CD516C
Black with #CD516C
Text Example
Text Example
White with #CD516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD516C; }
p { color: rgb(205,81,108); }
H1.HeaderClassName
{
color: #CD516C;
}
.AnyTagClassName
{
color: #CD516C;
}
</style>
background-color css
<style>
a { background-color: #CD516C; }
a { background-color: rgb(205,81,108); }
div.DivClassName
{
background-color: #CD516C;
}
.BgClassName
{
background-color: #CD516C;
}
</style>
border-color css
<style>
span { border-color: #CD516C; }
span { border-color: rgb(205,81,108); }
td.TdClassName
{
border-color: #CD516C;
}
.TagClassName
{
border-color: #CD516C;
}
</style>