Shades of Cabaret #CC4971
Tints of Cabaret #CC4971
RGB
CMYK
RGB Variations
Color information
#CC4971 (or 0xCC4971) is known color: Cabaret. HEX triplet: CC, 49 and 71. RGB value is (204,73,113). Sum of RGB (Red+Green+Blue) = 204+73+113=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4971 is #33B68E. Grayscale: #747474. Windows color (decimal): -3389071 or 7424460. OLE color: 7424460.
HSL color Cylindrical-coordinate representation of color #CC4971: hue angle of 341.68º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4971 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 113 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.2 |
| HSL | 341.68º | 0.56% | 0.54% | - |
| HSV(B) | 341.68º | 0.64% | 0.8% | - |
| XYZ | 30.27 | 18.79 | 17.66 | - |
| YUV | 116.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 113 | 0 | 0.64 | 0.45 | 0.2 | 341.68 | 0.56 | 0.54 |
| Hex | CC | 49 | 71 | 0 | 40 | 2D | 14 | 156 | 38 | 36 |
| Octal | 314 | 111 | 161 | 0 | 100 | 55 | 24 | 526 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1110001 | 0 | 1000000 | 101101 | 10100 | 101010110 | 111000 | 110110 |
Color Harmonies of #CC4971
Complementary color
Monochromatic Colors of #CC4971
Black with #CC4971
Text Example
Text Example
White with #CC4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4971; }
p { color: rgb(204,73,113); }
H1.HeaderClassName
{
color: #CC4971;
}
.AnyTagClassName
{
color: #CC4971;
}
</style>
background-color css
<style>
a { background-color: #CC4971; }
a { background-color: rgb(204,73,113); }
div.DivClassName
{
background-color: #CC4971;
}
.BgClassName
{
background-color: #CC4971;
}
</style>
border-color css
<style>
span { border-color: #CC4971; }
span { border-color: rgb(204,73,113); }
td.TdClassName
{
border-color: #CC4971;
}
.TagClassName
{
border-color: #CC4971;
}
</style>