Shades of Cabaret #CC4871
Tints of Cabaret #CC4871
RGB
CMYK
RGB Variations
Color information
#CC4871 (or 0xCC4871) is known color: Cabaret. HEX triplet: CC, 48 and 71. RGB value is (204,72,113). Sum of RGB (Red+Green+Blue) = 204+72+113=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4871 is #33B78E. Grayscale: #747474. Windows color (decimal): -3389327 or 7424204. OLE color: 7424204.
HSL color Cylindrical-coordinate representation of color #CC4871: hue angle of 341.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4871 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 113 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.2 |
| HSL | 341.36º | 0.56% | 0.54% | - |
| HSV(B) | 341.36º | 0.65% | 0.8% | - |
| XYZ | 30.2 | 18.66 | 17.63 | - |
| YUV | 116.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 113 | 0 | 0.65 | 0.45 | 0.2 | 341.36 | 0.56 | 0.54 |
| Hex | CC | 48 | 71 | 0 | 41 | 2D | 14 | 155 | 38 | 36 |
| Octal | 314 | 110 | 161 | 0 | 101 | 55 | 24 | 525 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1110001 | 0 | 1000001 | 101101 | 10100 | 101010101 | 111000 | 110110 |
Color Harmonies of #CC4871
Complementary color
Monochromatic Colors of #CC4871
Black with #CC4871
Text Example
Text Example
White with #CC4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4871; }
p { color: rgb(204,72,113); }
H1.HeaderClassName
{
color: #CC4871;
}
.AnyTagClassName
{
color: #CC4871;
}
</style>
background-color css
<style>
a { background-color: #CC4871; }
a { background-color: rgb(204,72,113); }
div.DivClassName
{
background-color: #CC4871;
}
.BgClassName
{
background-color: #CC4871;
}
</style>
border-color css
<style>
span { border-color: #CC4871; }
span { border-color: rgb(204,72,113); }
td.TdClassName
{
border-color: #CC4871;
}
.TagClassName
{
border-color: #CC4871;
}
</style>