Shades of Cabaret #CC516B
Tints of Cabaret #CC516B
RGB
CMYK
RGB Variations
Color information
#CC516B (or 0xCC516B) is known color: Cabaret. HEX triplet: CC, 51 and 6B. RGB value is (204,81,107). Sum of RGB (Red+Green+Blue) = 204+81+107=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC516B is #33AE94. Grayscale: #787878. Windows color (decimal): -3387029 or 7033292. OLE color: 7033292.
HSL color Cylindrical-coordinate representation of color #CC516B: hue angle of 347.32º 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 #CC516B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 107 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.2 |
| HSL | 347.32º | 0.55% | 0.56% | - |
| HSV(B) | 347.32º | 0.6% | 0.8% | - |
| XYZ | 30.5 | 19.78 | 16.12 | - |
| YUV | 120.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 107 | 0 | 0.60 | 0.48 | 0.2 | 347.32 | 0.55 | 0.56 |
| Hex | CC | 51 | 6B | 0 | 3C | 30 | 14 | 15B | 37 | 38 |
| Octal | 314 | 121 | 153 | 0 | 74 | 60 | 24 | 533 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1101011 | 0 | 111100 | 110000 | 10100 | 101011011 | 110111 | 111000 |
Color Harmonies of #CC516B
Complementary color
Monochromatic Colors of #CC516B
Black with #CC516B
Text Example
Text Example
White with #CC516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC516B; }
p { color: rgb(204,81,107); }
H1.HeaderClassName
{
color: #CC516B;
}
.AnyTagClassName
{
color: #CC516B;
}
</style>
background-color css
<style>
a { background-color: #CC516B; }
a { background-color: rgb(204,81,107); }
div.DivClassName
{
background-color: #CC516B;
}
.BgClassName
{
background-color: #CC516B;
}
</style>
border-color css
<style>
span { border-color: #CC516B; }
span { border-color: rgb(204,81,107); }
td.TdClassName
{
border-color: #CC516B;
}
.TagClassName
{
border-color: #CC516B;
}
</style>