Shades of Cabaret #CC4970
Tints of Cabaret #CC4970
RGB
CMYK
RGB Variations
Color information
#CC4970 (or 0xCC4970) is known color: Cabaret. HEX triplet: CC, 49 and 70. RGB value is (204,73,112). Sum of RGB (Red+Green+Blue) = 204+73+112=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4970 is #33B68F. Grayscale: #747474. Windows color (decimal): -3389072 or 7358924. OLE color: 7358924.
HSL color Cylindrical-coordinate representation of color #CC4970: hue angle of 342.14º 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 #CC4970 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 112 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.2 |
| HSL | 342.14º | 0.56% | 0.54% | - |
| HSV(B) | 342.14º | 0.64% | 0.8% | - |
| XYZ | 30.21 | 18.77 | 17.36 | - |
| YUV | 116.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 112 | 0 | 0.64 | 0.45 | 0.2 | 342.14 | 0.56 | 0.54 |
| Hex | CC | 49 | 70 | 0 | 40 | 2D | 14 | 156 | 38 | 36 |
| Octal | 314 | 111 | 160 | 0 | 100 | 55 | 24 | 526 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1110000 | 0 | 1000000 | 101101 | 10100 | 101010110 | 111000 | 110110 |
Color Harmonies of #CC4970
Complementary color
Monochromatic Colors of #CC4970
Black with #CC4970
Text Example
Text Example
White with #CC4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4970; }
p { color: rgb(204,73,112); }
H1.HeaderClassName
{
color: #CC4970;
}
.AnyTagClassName
{
color: #CC4970;
}
</style>
background-color css
<style>
a { background-color: #CC4970; }
a { background-color: rgb(204,73,112); }
div.DivClassName
{
background-color: #CC4970;
}
.BgClassName
{
background-color: #CC4970;
}
</style>
border-color css
<style>
span { border-color: #CC4970; }
span { border-color: rgb(204,73,112); }
td.TdClassName
{
border-color: #CC4970;
}
.TagClassName
{
border-color: #CC4970;
}
</style>