Shades of Cabaret #CC416F
Tints of Cabaret #CC416F
RGB
CMYK
RGB Variations
Color information
#CC416F (or 0xCC416F) is known color: Cabaret. HEX triplet: CC, 41 and 6F. RGB value is (204,65,111). Sum of RGB (Red+Green+Blue) = 204+65+111=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC416F is #33BE90. Grayscale: #6F6F6F. Windows color (decimal): -3391121 or 7291340. OLE color: 7291340.
HSL color Cylindrical-coordinate representation of color #CC416F: hue angle of 340.14º 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 #CC416F is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 111 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.2 |
| HSL | 340.14º | 0.58% | 0.53% | - |
| HSV(B) | 340.14º | 0.68% | 0.8% | - |
| XYZ | 29.66 | 17.77 | 16.9 | - |
| YUV | 111.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 111 | 0 | 0.68 | 0.46 | 0.2 | 340.14 | 0.58 | 0.53 |
| Hex | CC | 41 | 6F | 0 | 44 | 2E | 14 | 154 | 3A | 35 |
| Octal | 314 | 101 | 157 | 0 | 104 | 56 | 24 | 524 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1101111 | 0 | 1000100 | 101110 | 10100 | 101010100 | 111010 | 110101 |
Color Harmonies of #CC416F
Complementary color
Monochromatic Colors of #CC416F
Black with #CC416F
Text Example
Text Example
White with #CC416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC416F; }
p { color: rgb(204,65,111); }
H1.HeaderClassName
{
color: #CC416F;
}
.AnyTagClassName
{
color: #CC416F;
}
</style>
background-color css
<style>
a { background-color: #CC416F; }
a { background-color: rgb(204,65,111); }
div.DivClassName
{
background-color: #CC416F;
}
.BgClassName
{
background-color: #CC416F;
}
</style>
border-color css
<style>
span { border-color: #CC416F; }
span { border-color: rgb(204,65,111); }
td.TdClassName
{
border-color: #CC416F;
}
.TagClassName
{
border-color: #CC416F;
}
</style>