Shades of Cabaret #CC4C71
Tints of Cabaret #CC4C71
RGB
CMYK
RGB Variations
Color information
#CC4C71 (or 0xCC4C71) is known color: Cabaret. HEX triplet: CC, 4C and 71. RGB value is (204,76,113). Sum of RGB (Red+Green+Blue) = 204+76+113=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C71 is #33B38E. Grayscale: #767676. Windows color (decimal): -3388303 or 7425228. OLE color: 7425228.
HSL color Cylindrical-coordinate representation of color #CC4C71: hue angle of 342.66º 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 #CC4C71 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 113 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.2 |
| HSL | 342.66º | 0.56% | 0.55% | - |
| HSV(B) | 342.66º | 0.63% | 0.8% | - |
| XYZ | 30.47 | 19.2 | 17.72 | - |
| YUV | 118.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 113 | 0 | 0.63 | 0.45 | 0.2 | 342.66 | 0.56 | 0.55 |
| Hex | CC | 4C | 71 | 0 | 3F | 2D | 14 | 157 | 38 | 37 |
| Octal | 314 | 114 | 161 | 0 | 77 | 55 | 24 | 527 | 70 | 67 |
| Binary | 11001100 | 1001100 | 1110001 | 0 | 111111 | 101101 | 10100 | 101010111 | 111000 | 110111 |
Color Harmonies of #CC4C71
Complementary color
Monochromatic Colors of #CC4C71
Black with #CC4C71
Text Example
Text Example
White with #CC4C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C71; }
p { color: rgb(204,76,113); }
H1.HeaderClassName
{
color: #CC4C71;
}
.AnyTagClassName
{
color: #CC4C71;
}
</style>
background-color css
<style>
a { background-color: #CC4C71; }
a { background-color: rgb(204,76,113); }
div.DivClassName
{
background-color: #CC4C71;
}
.BgClassName
{
background-color: #CC4C71;
}
</style>
border-color css
<style>
span { border-color: #CC4C71; }
span { border-color: rgb(204,76,113); }
td.TdClassName
{
border-color: #CC4C71;
}
.TagClassName
{
border-color: #CC4C71;
}
</style>