Shades of Cabaret #CC5C7A
Tints of Cabaret #CC5C7A
RGB
CMYK
RGB Variations
Color information
#CC5C7A (or 0xCC5C7A) is known color: Cabaret. HEX triplet: CC, 5C and 7A. RGB value is (204,92,122). Sum of RGB (Red+Green+Blue) = 204+92+122=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7A is #33A385. Grayscale: #808080. Windows color (decimal): -3384198 or 8019148. OLE color: 8019148.
HSL color Cylindrical-coordinate representation of color #CC5C7A: hue angle of 343.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C7A is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 122 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.2 |
| HSL | 343.93º | 0.52% | 0.58% | - |
| HSV(B) | 343.93º | 0.55% | 0.8% | - |
| XYZ | 32.24 | 21.9 | 20.94 | - |
| YUV | 128.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 122 | 0 | 0.55 | 0.40 | 0.2 | 343.93 | 0.52 | 0.58 |
| Hex | CC | 5C | 7A | 0 | 37 | 28 | 14 | 158 | 34 | 3A |
| Octal | 314 | 134 | 172 | 0 | 67 | 50 | 24 | 530 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1111010 | 0 | 110111 | 101000 | 10100 | 101011000 | 110100 | 111010 |
Color Harmonies of #CC5C7A
Complementary color
Monochromatic Colors of #CC5C7A
Black with #CC5C7A
Text Example
Text Example
White with #CC5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C7A; }
p { color: rgb(204,92,122); }
H1.HeaderClassName
{
color: #CC5C7A;
}
.AnyTagClassName
{
color: #CC5C7A;
}
</style>
background-color css
<style>
a { background-color: #CC5C7A; }
a { background-color: rgb(204,92,122); }
div.DivClassName
{
background-color: #CC5C7A;
}
.BgClassName
{
background-color: #CC5C7A;
}
</style>
border-color css
<style>
span { border-color: #CC5C7A; }
span { border-color: rgb(204,92,122); }
td.TdClassName
{
border-color: #CC5C7A;
}
.TagClassName
{
border-color: #CC5C7A;
}
</style>