Shades of Cabaret #CC4C70
Tints of Cabaret #CC4C70
RGB
CMYK
RGB Variations
Color information
#CC4C70 (or 0xCC4C70) is known color: Cabaret. HEX triplet: CC, 4C and 70. RGB value is (204,76,112). Sum of RGB (Red+Green+Blue) = 204+76+112=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C70 is #33B38F. Grayscale: #767676. Windows color (decimal): -3388304 or 7359692. OLE color: 7359692.
HSL color Cylindrical-coordinate representation of color #CC4C70: hue angle of 343.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C70 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 112 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.2 |
| HSL | 343.13º | 0.56% | 0.55% | - |
| HSV(B) | 343.13º | 0.63% | 0.8% | - |
| XYZ | 30.41 | 19.18 | 17.43 | - |
| YUV | 118.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 112 | 0 | 0.63 | 0.45 | 0.2 | 343.13 | 0.56 | 0.55 |
| Hex | CC | 4C | 70 | 0 | 3F | 2D | 14 | 157 | 38 | 37 |
| Octal | 314 | 114 | 160 | 0 | 77 | 55 | 24 | 527 | 70 | 67 |
| Binary | 11001100 | 1001100 | 1110000 | 0 | 111111 | 101101 | 10100 | 101010111 | 111000 | 110111 |
Color Harmonies of #CC4C70
Complementary color
Monochromatic Colors of #CC4C70
Black with #CC4C70
Text Example
Text Example
White with #CC4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C70; }
p { color: rgb(204,76,112); }
H1.HeaderClassName
{
color: #CC4C70;
}
.AnyTagClassName
{
color: #CC4C70;
}
</style>
background-color css
<style>
a { background-color: #CC4C70; }
a { background-color: rgb(204,76,112); }
div.DivClassName
{
background-color: #CC4C70;
}
.BgClassName
{
background-color: #CC4C70;
}
</style>
border-color css
<style>
span { border-color: #CC4C70; }
span { border-color: rgb(204,76,112); }
td.TdClassName
{
border-color: #CC4C70;
}
.TagClassName
{
border-color: #CC4C70;
}
</style>