Shades of Cabaret #CC476B
Tints of Cabaret #CC476B
RGB
CMYK
RGB Variations
Color information
#CC476B (or 0xCC476B) is known color: Cabaret. HEX triplet: CC, 47 and 6B. RGB value is (204,71,107). Sum of RGB (Red+Green+Blue) = 204+71+107=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC476B is #33B894. Grayscale: #727272. Windows color (decimal): -3389589 or 7030732. OLE color: 7030732.
HSL color Cylindrical-coordinate representation of color #CC476B: hue angle of 343.76º 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 #CC476B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 107 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.2 |
| HSL | 343.76º | 0.57% | 0.54% | - |
| HSV(B) | 343.76º | 0.65% | 0.8% | - |
| XYZ | 29.81 | 18.41 | 15.89 | - |
| YUV | 114.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 107 | 0 | 0.65 | 0.48 | 0.2 | 343.76 | 0.57 | 0.54 |
| Hex | CC | 47 | 6B | 0 | 41 | 30 | 14 | 158 | 39 | 36 |
| Octal | 314 | 107 | 153 | 0 | 101 | 60 | 24 | 530 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1101011 | 0 | 1000001 | 110000 | 10100 | 101011000 | 111001 | 110110 |
Color Harmonies of #CC476B
Complementary color
Monochromatic Colors of #CC476B
Black with #CC476B
Text Example
Text Example
White with #CC476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC476B; }
p { color: rgb(204,71,107); }
H1.HeaderClassName
{
color: #CC476B;
}
.AnyTagClassName
{
color: #CC476B;
}
</style>
background-color css
<style>
a { background-color: #CC476B; }
a { background-color: rgb(204,71,107); }
div.DivClassName
{
background-color: #CC476B;
}
.BgClassName
{
background-color: #CC476B;
}
</style>
border-color css
<style>
span { border-color: #CC476B; }
span { border-color: rgb(204,71,107); }
td.TdClassName
{
border-color: #CC476B;
}
.TagClassName
{
border-color: #CC476B;
}
</style>