Shades of Cabaret #CC476C
Tints of Cabaret #CC476C
RGB
CMYK
RGB Variations
Color information
#CC476C (or 0xCC476C) is known color: Cabaret. HEX triplet: CC, 47 and 6C. RGB value is (204,71,108). Sum of RGB (Red+Green+Blue) = 204+71+108=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC476C is #33B893. Grayscale: #727272. Windows color (decimal): -3389588 or 7096268. OLE color: 7096268.
HSL color Cylindrical-coordinate representation of color #CC476C: hue angle of 343.31º 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 #CC476C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 108 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.2 |
| HSL | 343.31º | 0.57% | 0.54% | - |
| HSV(B) | 343.31º | 0.65% | 0.8% | - |
| XYZ | 29.86 | 18.43 | 16.17 | - |
| YUV | 114.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 108 | 0 | 0.65 | 0.47 | 0.2 | 343.31 | 0.57 | 0.54 |
| Hex | CC | 47 | 6C | 0 | 41 | 2F | 14 | 157 | 39 | 36 |
| Octal | 314 | 107 | 154 | 0 | 101 | 57 | 24 | 527 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1101100 | 0 | 1000001 | 101111 | 10100 | 101010111 | 111001 | 110110 |
Color Harmonies of #CC476C
Complementary color
Monochromatic Colors of #CC476C
Black with #CC476C
Text Example
Text Example
White with #CC476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC476C; }
p { color: rgb(204,71,108); }
H1.HeaderClassName
{
color: #CC476C;
}
.AnyTagClassName
{
color: #CC476C;
}
</style>
background-color css
<style>
a { background-color: #CC476C; }
a { background-color: rgb(204,71,108); }
div.DivClassName
{
background-color: #CC476C;
}
.BgClassName
{
background-color: #CC476C;
}
</style>
border-color css
<style>
span { border-color: #CC476C; }
span { border-color: rgb(204,71,108); }
td.TdClassName
{
border-color: #CC476C;
}
.TagClassName
{
border-color: #CC476C;
}
</style>