Shades of Cabaret #CC416E
Tints of Cabaret #CC416E
RGB
CMYK
RGB Variations
Color information
#CC416E (or 0xCC416E) is known color: Cabaret. HEX triplet: CC, 41 and 6E. RGB value is (204,65,110). Sum of RGB (Red+Green+Blue) = 204+65+110=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC416E is #33BE91. Grayscale: #6F6F6F. Windows color (decimal): -3391122 or 7225804. OLE color: 7225804.
HSL color Cylindrical-coordinate representation of color #CC416E: hue angle of 340.58º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC416E is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 110 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.2 |
| HSL | 340.58º | 0.58% | 0.53% | - |
| HSV(B) | 340.58º | 0.68% | 0.8% | - |
| XYZ | 29.61 | 17.74 | 16.62 | - |
| YUV | 111.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 110 | 0 | 0.68 | 0.46 | 0.2 | 340.58 | 0.58 | 0.53 |
| Hex | CC | 41 | 6E | 0 | 44 | 2E | 14 | 155 | 3A | 35 |
| Octal | 314 | 101 | 156 | 0 | 104 | 56 | 24 | 525 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1101110 | 0 | 1000100 | 101110 | 10100 | 101010101 | 111010 | 110101 |
Color Harmonies of #CC416E
Complementary color
Monochromatic Colors of #CC416E
Black with #CC416E
Text Example
Text Example
White with #CC416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC416E; }
p { color: rgb(204,65,110); }
H1.HeaderClassName
{
color: #CC416E;
}
.AnyTagClassName
{
color: #CC416E;
}
</style>
background-color css
<style>
a { background-color: #CC416E; }
a { background-color: rgb(204,65,110); }
div.DivClassName
{
background-color: #CC416E;
}
.BgClassName
{
background-color: #CC416E;
}
</style>
border-color css
<style>
span { border-color: #CC416E; }
span { border-color: rgb(204,65,110); }
td.TdClassName
{
border-color: #CC416E;
}
.TagClassName
{
border-color: #CC416E;
}
</style>