Shades of Cabaret #CC5C71
Tints of Cabaret #CC5C71
RGB
CMYK
RGB Variations
Color information
#CC5C71 (or 0xCC5C71) is known color: Cabaret. HEX triplet: CC, 5C and 71. RGB value is (204,92,113). Sum of RGB (Red+Green+Blue) = 204+92+113=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C71 is #33A38E. Grayscale: #7F7F7F. Windows color (decimal): -3384207 or 7429324. OLE color: 7429324.
HSL color Cylindrical-coordinate representation of color #CC5C71: hue angle of 348.75º 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 #CC5C71 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 113 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.2 |
| HSL | 348.75º | 0.52% | 0.58% | - |
| HSV(B) | 348.75º | 0.55% | 0.8% | - |
| XYZ | 31.71 | 21.68 | 18.14 | - |
| YUV | 127.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 113 | 0 | 0.55 | 0.45 | 0.2 | 348.75 | 0.52 | 0.58 |
| Hex | CC | 5C | 71 | 0 | 37 | 2D | 14 | 15D | 34 | 3A |
| Octal | 314 | 134 | 161 | 0 | 67 | 55 | 24 | 535 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1110001 | 0 | 110111 | 101101 | 10100 | 101011101 | 110100 | 111010 |
Color Harmonies of #CC5C71
Complementary color
Monochromatic Colors of #CC5C71
Black with #CC5C71
Text Example
Text Example
White with #CC5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C71; }
p { color: rgb(204,92,113); }
H1.HeaderClassName
{
color: #CC5C71;
}
.AnyTagClassName
{
color: #CC5C71;
}
</style>
background-color css
<style>
a { background-color: #CC5C71; }
a { background-color: rgb(204,92,113); }
div.DivClassName
{
background-color: #CC5C71;
}
.BgClassName
{
background-color: #CC5C71;
}
</style>
border-color css
<style>
span { border-color: #CC5C71; }
span { border-color: rgb(204,92,113); }
td.TdClassName
{
border-color: #CC5C71;
}
.TagClassName
{
border-color: #CC5C71;
}
</style>