Shades of Cabaret #CC5C7B
Tints of Cabaret #CC5C7B
RGB
CMYK
RGB Variations
Color information
#CC5C7B (or 0xCC5C7B) is known color: Cabaret. HEX triplet: CC, 5C and 7B. RGB value is (204,92,123). Sum of RGB (Red+Green+Blue) = 204+92+123=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7B is #33A384. Grayscale: #818181. Windows color (decimal): -3384197 or 8084684. OLE color: 8084684.
HSL color Cylindrical-coordinate representation of color #CC5C7B: hue angle of 343.39º 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 #CC5C7B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 123 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.2 |
| HSL | 343.39º | 0.52% | 0.58% | - |
| HSV(B) | 343.39º | 0.55% | 0.8% | - |
| XYZ | 32.3 | 21.92 | 21.27 | - |
| YUV | 129.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 123 | 0 | 0.55 | 0.40 | 0.2 | 343.39 | 0.52 | 0.58 |
| Hex | CC | 5C | 7B | 0 | 37 | 28 | 14 | 157 | 34 | 3A |
| Octal | 314 | 134 | 173 | 0 | 67 | 50 | 24 | 527 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1111011 | 0 | 110111 | 101000 | 10100 | 101010111 | 110100 | 111010 |
Color Harmonies of #CC5C7B
Complementary color
Monochromatic Colors of #CC5C7B
Black with #CC5C7B
Text Example
Text Example
White with #CC5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C7B; }
p { color: rgb(204,92,123); }
H1.HeaderClassName
{
color: #CC5C7B;
}
.AnyTagClassName
{
color: #CC5C7B;
}
</style>
background-color css
<style>
a { background-color: #CC5C7B; }
a { background-color: rgb(204,92,123); }
div.DivClassName
{
background-color: #CC5C7B;
}
.BgClassName
{
background-color: #CC5C7B;
}
</style>
border-color css
<style>
span { border-color: #CC5C7B; }
span { border-color: rgb(204,92,123); }
td.TdClassName
{
border-color: #CC5C7B;
}
.TagClassName
{
border-color: #CC5C7B;
}
</style>