Shades of Cabaret #CC5063
Tints of Cabaret #CC5063
RGB
CMYK
RGB Variations
Color information
#CC5063 (or 0xCC5063) is known color: Cabaret. HEX triplet: CC, 50 and 63. RGB value is (204,80,99). Sum of RGB (Red+Green+Blue) = 204+80+99=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5063 is #33AF9C. Grayscale: #777777. Windows color (decimal): -3387293 or 6508748. OLE color: 6508748.
HSL color Cylindrical-coordinate representation of color #CC5063: hue angle of 350.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5063 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 99 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.2 |
| HSL | 350.81º | 0.55% | 0.56% | - |
| HSV(B) | 350.81º | 0.61% | 0.8% | - |
| XYZ | 30.02 | 19.48 | 13.98 | - |
| YUV | 119.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 99 | 0 | 0.61 | 0.51 | 0.2 | 350.81 | 0.55 | 0.56 |
| Hex | CC | 50 | 63 | 0 | 3D | 33 | 14 | 15F | 37 | 38 |
| Octal | 314 | 120 | 143 | 0 | 75 | 63 | 24 | 537 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1100011 | 0 | 111101 | 110011 | 10100 | 101011111 | 110111 | 111000 |
Color Harmonies of #CC5063
Complementary color
Monochromatic Colors of #CC5063
Black with #CC5063
Text Example
Text Example
White with #CC5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5063; }
p { color: rgb(204,80,99); }
H1.HeaderClassName
{
color: #CC5063;
}
.AnyTagClassName
{
color: #CC5063;
}
</style>
background-color css
<style>
a { background-color: #CC5063; }
a { background-color: rgb(204,80,99); }
div.DivClassName
{
background-color: #CC5063;
}
.BgClassName
{
background-color: #CC5063;
}
</style>
border-color css
<style>
span { border-color: #CC5063; }
span { border-color: rgb(204,80,99); }
td.TdClassName
{
border-color: #CC5063;
}
.TagClassName
{
border-color: #CC5063;
}
</style>