Shades of Cabaret #CC476E
Tints of Cabaret #CC476E
RGB
CMYK
RGB Variations
Color information
#CC476E (or 0xCC476E) is known color: Cabaret. HEX triplet: CC, 47 and 6E. RGB value is (204,71,110). Sum of RGB (Red+Green+Blue) = 204+71+110=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC476E is #33B891. Grayscale: #737373. Windows color (decimal): -3389586 or 7227340. OLE color: 7227340.
HSL color Cylindrical-coordinate representation of color #CC476E: hue angle of 342.41º 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 #CC476E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 110 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.2 |
| HSL | 342.41º | 0.57% | 0.54% | - |
| HSV(B) | 342.41º | 0.65% | 0.8% | - |
| XYZ | 29.97 | 18.47 | 16.74 | - |
| YUV | 115.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 110 | 0 | 0.65 | 0.46 | 0.2 | 342.41 | 0.57 | 0.54 |
| Hex | CC | 47 | 6E | 0 | 41 | 2E | 14 | 156 | 39 | 36 |
| Octal | 314 | 107 | 156 | 0 | 101 | 56 | 24 | 526 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1101110 | 0 | 1000001 | 101110 | 10100 | 101010110 | 111001 | 110110 |
Color Harmonies of #CC476E
Complementary color
Monochromatic Colors of #CC476E
Black with #CC476E
Text Example
Text Example
White with #CC476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC476E; }
p { color: rgb(204,71,110); }
H1.HeaderClassName
{
color: #CC476E;
}
.AnyTagClassName
{
color: #CC476E;
}
</style>
background-color css
<style>
a { background-color: #CC476E; }
a { background-color: rgb(204,71,110); }
div.DivClassName
{
background-color: #CC476E;
}
.BgClassName
{
background-color: #CC476E;
}
</style>
border-color css
<style>
span { border-color: #CC476E; }
span { border-color: rgb(204,71,110); }
td.TdClassName
{
border-color: #CC476E;
}
.TagClassName
{
border-color: #CC476E;
}
</style>