Shades of Cabaret #CC496E
Tints of Cabaret #CC496E
RGB
CMYK
RGB Variations
Color information
#CC496E (or 0xCC496E) is known color: Cabaret. HEX triplet: CC, 49 and 6E. RGB value is (204,73,110). Sum of RGB (Red+Green+Blue) = 204+73+110=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC496E is #33B691. Grayscale: #747474. Windows color (decimal): -3389074 or 7227852. OLE color: 7227852.
HSL color Cylindrical-coordinate representation of color #CC496E: hue angle of 343.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC496E is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 110 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.2 |
| HSL | 343.05º | 0.56% | 0.54% | - |
| HSV(B) | 343.05º | 0.64% | 0.8% | - |
| XYZ | 30.1 | 18.73 | 16.78 | - |
| YUV | 116.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 110 | 0 | 0.64 | 0.46 | 0.2 | 343.05 | 0.56 | 0.54 |
| Hex | CC | 49 | 6E | 0 | 40 | 2E | 14 | 157 | 38 | 36 |
| Octal | 314 | 111 | 156 | 0 | 100 | 56 | 24 | 527 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1101110 | 0 | 1000000 | 101110 | 10100 | 101010111 | 111000 | 110110 |
Color Harmonies of #CC496E
Complementary color
Monochromatic Colors of #CC496E
Black with #CC496E
Text Example
Text Example
White with #CC496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC496E; }
p { color: rgb(204,73,110); }
H1.HeaderClassName
{
color: #CC496E;
}
.AnyTagClassName
{
color: #CC496E;
}
</style>
background-color css
<style>
a { background-color: #CC496E; }
a { background-color: rgb(204,73,110); }
div.DivClassName
{
background-color: #CC496E;
}
.BgClassName
{
background-color: #CC496E;
}
</style>
border-color css
<style>
span { border-color: #CC496E; }
span { border-color: rgb(204,73,110); }
td.TdClassName
{
border-color: #CC496E;
}
.TagClassName
{
border-color: #CC496E;
}
</style>