Shades of Cabaret #CC516A
Tints of Cabaret #CC516A
RGB
CMYK
RGB Variations
Color information
#CC516A (or 0xCC516A) is known color: Cabaret. HEX triplet: CC, 51 and 6A. RGB value is (204,81,106). Sum of RGB (Red+Green+Blue) = 204+81+106=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC516A is #33AE95. Grayscale: #787878. Windows color (decimal): -3387030 or 6967756. OLE color: 6967756.
HSL color Cylindrical-coordinate representation of color #CC516A: hue angle of 347.8º 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 #CC516A is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 106 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.2 |
| HSL | 347.8º | 0.55% | 0.56% | - |
| HSV(B) | 347.8º | 0.6% | 0.8% | - |
| XYZ | 30.45 | 19.76 | 15.85 | - |
| YUV | 120.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 106 | 0 | 0.60 | 0.48 | 0.2 | 347.8 | 0.55 | 0.56 |
| Hex | CC | 51 | 6A | 0 | 3C | 30 | 14 | 15C | 37 | 38 |
| Octal | 314 | 121 | 152 | 0 | 74 | 60 | 24 | 534 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1101010 | 0 | 111100 | 110000 | 10100 | 101011100 | 110111 | 111000 |
Color Harmonies of #CC516A
Complementary color
Monochromatic Colors of #CC516A
Black with #CC516A
Text Example
Text Example
White with #CC516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC516A; }
p { color: rgb(204,81,106); }
H1.HeaderClassName
{
color: #CC516A;
}
.AnyTagClassName
{
color: #CC516A;
}
</style>
background-color css
<style>
a { background-color: #CC516A; }
a { background-color: rgb(204,81,106); }
div.DivClassName
{
background-color: #CC516A;
}
.BgClassName
{
background-color: #CC516A;
}
</style>
border-color css
<style>
span { border-color: #CC516A; }
span { border-color: rgb(204,81,106); }
td.TdClassName
{
border-color: #CC516A;
}
.TagClassName
{
border-color: #CC516A;
}
</style>