Shades of Cabaret #CC5A7A
Tints of Cabaret #CC5A7A
RGB
CMYK
RGB Variations
Color information
#CC5A7A (or 0xCC5A7A) is known color: Cabaret. HEX triplet: CC, 5A and 7A. RGB value is (204,90,122). Sum of RGB (Red+Green+Blue) = 204+90+122=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A7A is #33A585. Grayscale: #7F7F7F. Windows color (decimal): -3384710 or 8018636. OLE color: 8018636.
HSL color Cylindrical-coordinate representation of color #CC5A7A: hue angle of 343.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A7A is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 122 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.2 |
| HSL | 343.16º | 0.53% | 0.58% | - |
| HSV(B) | 343.16º | 0.56% | 0.8% | - |
| XYZ | 32.07 | 21.55 | 20.88 | - |
| YUV | 127.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 122 | 0 | 0.56 | 0.40 | 0.2 | 343.16 | 0.53 | 0.58 |
| Hex | CC | 5A | 7A | 0 | 38 | 28 | 14 | 157 | 35 | 3A |
| Octal | 314 | 132 | 172 | 0 | 70 | 50 | 24 | 527 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1111010 | 0 | 111000 | 101000 | 10100 | 101010111 | 110101 | 111010 |
Color Harmonies of #CC5A7A
Complementary color
Monochromatic Colors of #CC5A7A
Black with #CC5A7A
Text Example
Text Example
White with #CC5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A7A; }
p { color: rgb(204,90,122); }
H1.HeaderClassName
{
color: #CC5A7A;
}
.AnyTagClassName
{
color: #CC5A7A;
}
</style>
background-color css
<style>
a { background-color: #CC5A7A; }
a { background-color: rgb(204,90,122); }
div.DivClassName
{
background-color: #CC5A7A;
}
.BgClassName
{
background-color: #CC5A7A;
}
</style>
border-color css
<style>
span { border-color: #CC5A7A; }
span { border-color: rgb(204,90,122); }
td.TdClassName
{
border-color: #CC5A7A;
}
.TagClassName
{
border-color: #CC5A7A;
}
</style>