Shades of Cabaret #CC4771
Tints of Cabaret #CC4771
RGB
CMYK
RGB Variations
Color information
#CC4771 (or 0xCC4771) is known color: Cabaret. HEX triplet: CC, 47 and 71. RGB value is (204,71,113). Sum of RGB (Red+Green+Blue) = 204+71+113=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4771 is #33B88E. Grayscale: #737373. Windows color (decimal): -3389583 or 7423948. OLE color: 7423948.
HSL color Cylindrical-coordinate representation of color #CC4771: hue angle of 341.05º degrees, saturation: 0.57, 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 #CC4771 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 113 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.2 |
| HSL | 341.05º | 0.57% | 0.54% | - |
| HSV(B) | 341.05º | 0.65% | 0.8% | - |
| XYZ | 30.14 | 18.54 | 17.61 | - |
| YUV | 115.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 113 | 0 | 0.65 | 0.45 | 0.2 | 341.05 | 0.57 | 0.54 |
| Hex | CC | 47 | 71 | 0 | 41 | 2D | 14 | 155 | 39 | 36 |
| Octal | 314 | 107 | 161 | 0 | 101 | 55 | 24 | 525 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1110001 | 0 | 1000001 | 101101 | 10100 | 101010101 | 111001 | 110110 |
Color Harmonies of #CC4771
Complementary color
Monochromatic Colors of #CC4771
Black with #CC4771
Text Example
Text Example
White with #CC4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4771; }
p { color: rgb(204,71,113); }
H1.HeaderClassName
{
color: #CC4771;
}
.AnyTagClassName
{
color: #CC4771;
}
</style>
background-color css
<style>
a { background-color: #CC4771; }
a { background-color: rgb(204,71,113); }
div.DivClassName
{
background-color: #CC4771;
}
.BgClassName
{
background-color: #CC4771;
}
</style>
border-color css
<style>
span { border-color: #CC4771; }
span { border-color: rgb(204,71,113); }
td.TdClassName
{
border-color: #CC4771;
}
.TagClassName
{
border-color: #CC4771;
}
</style>