Shades of Cabaret #CC5C70
Tints of Cabaret #CC5C70
RGB
CMYK
RGB Variations
Color information
#CC5C70 (or 0xCC5C70) is known color: Cabaret. HEX triplet: CC, 5C and 70. RGB value is (204,92,112). Sum of RGB (Red+Green+Blue) = 204+92+112=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C70 is #33A38F. Grayscale: #7F7F7F. Windows color (decimal): -3384208 or 7363788. OLE color: 7363788.
HSL color Cylindrical-coordinate representation of color #CC5C70: hue angle of 349.29º 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 #CC5C70 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 112 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.2 |
| HSL | 349.29º | 0.52% | 0.58% | - |
| HSV(B) | 349.29º | 0.55% | 0.8% | - |
| XYZ | 31.65 | 21.66 | 17.84 | - |
| YUV | 127.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 112 | 0 | 0.55 | 0.45 | 0.2 | 349.29 | 0.52 | 0.58 |
| Hex | CC | 5C | 70 | 0 | 37 | 2D | 14 | 15D | 34 | 3A |
| Octal | 314 | 134 | 160 | 0 | 67 | 55 | 24 | 535 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1110000 | 0 | 110111 | 101101 | 10100 | 101011101 | 110100 | 111010 |
Color Harmonies of #CC5C70
Complementary color
Monochromatic Colors of #CC5C70
Black with #CC5C70
Text Example
Text Example
White with #CC5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C70; }
p { color: rgb(204,92,112); }
H1.HeaderClassName
{
color: #CC5C70;
}
.AnyTagClassName
{
color: #CC5C70;
}
</style>
background-color css
<style>
a { background-color: #CC5C70; }
a { background-color: rgb(204,92,112); }
div.DivClassName
{
background-color: #CC5C70;
}
.BgClassName
{
background-color: #CC5C70;
}
</style>
border-color css
<style>
span { border-color: #CC5C70; }
span { border-color: rgb(204,92,112); }
td.TdClassName
{
border-color: #CC5C70;
}
.TagClassName
{
border-color: #CC5C70;
}
</style>