Shades of Cabaret #CC496D
Tints of Cabaret #CC496D
RGB
CMYK
RGB Variations
Color information
#CC496D (or 0xCC496D) is known color: Cabaret. HEX triplet: CC, 49 and 6D. RGB value is (204,73,109). Sum of RGB (Red+Green+Blue) = 204+73+109=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC496D is #33B692. Grayscale: #747474. Windows color (decimal): -3389075 or 7162316. OLE color: 7162316.
HSL color Cylindrical-coordinate representation of color #CC496D: hue angle of 343.51º 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 #CC496D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 109 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.2 |
| HSL | 343.51º | 0.56% | 0.54% | - |
| HSV(B) | 343.51º | 0.64% | 0.8% | - |
| XYZ | 30.04 | 18.71 | 16.5 | - |
| YUV | 116.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 109 | 0 | 0.64 | 0.47 | 0.2 | 343.51 | 0.56 | 0.54 |
| Hex | CC | 49 | 6D | 0 | 40 | 2F | 14 | 158 | 38 | 36 |
| Octal | 314 | 111 | 155 | 0 | 100 | 57 | 24 | 530 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1101101 | 0 | 1000000 | 101111 | 10100 | 101011000 | 111000 | 110110 |
Color Harmonies of #CC496D
Complementary color
Monochromatic Colors of #CC496D
Black with #CC496D
Text Example
Text Example
White with #CC496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC496D; }
p { color: rgb(204,73,109); }
H1.HeaderClassName
{
color: #CC496D;
}
.AnyTagClassName
{
color: #CC496D;
}
</style>
background-color css
<style>
a { background-color: #CC496D; }
a { background-color: rgb(204,73,109); }
div.DivClassName
{
background-color: #CC496D;
}
.BgClassName
{
background-color: #CC496D;
}
</style>
border-color css
<style>
span { border-color: #CC496D; }
span { border-color: rgb(204,73,109); }
td.TdClassName
{
border-color: #CC496D;
}
.TagClassName
{
border-color: #CC496D;
}
</style>