Shades of Cabaret #CC5E6F
Tints of Cabaret #CC5E6F
RGB
CMYK
RGB Variations
Color information
#CC5E6F (or 0xCC5E6F) is known color: Cabaret. HEX triplet: CC, 5E and 6F. RGB value is (204,94,111). Sum of RGB (Red+Green+Blue) = 204+94+111=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E6F is #33A190. Grayscale: #808080. Windows color (decimal): -3383697 or 7298764. OLE color: 7298764.
HSL color Cylindrical-coordinate representation of color #CC5E6F: hue angle of 350.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5E6F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 111 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.2 |
| HSL | 350.73º | 0.52% | 0.58% | - |
| HSV(B) | 350.73º | 0.54% | 0.8% | - |
| XYZ | 31.77 | 21.99 | 17.61 | - |
| YUV | 128.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 111 | 0 | 0.54 | 0.46 | 0.2 | 350.73 | 0.52 | 0.58 |
| Hex | CC | 5E | 6F | 0 | 36 | 2E | 14 | 15F | 34 | 3A |
| Octal | 314 | 136 | 157 | 0 | 66 | 56 | 24 | 537 | 64 | 72 |
| Binary | 11001100 | 1011110 | 1101111 | 0 | 110110 | 101110 | 10100 | 101011111 | 110100 | 111010 |
Color Harmonies of #CC5E6F
Complementary color
Monochromatic Colors of #CC5E6F
Black with #CC5E6F
Text Example
Text Example
White with #CC5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E6F; }
p { color: rgb(204,94,111); }
H1.HeaderClassName
{
color: #CC5E6F;
}
.AnyTagClassName
{
color: #CC5E6F;
}
</style>
background-color css
<style>
a { background-color: #CC5E6F; }
a { background-color: rgb(204,94,111); }
div.DivClassName
{
background-color: #CC5E6F;
}
.BgClassName
{
background-color: #CC5E6F;
}
</style>
border-color css
<style>
span { border-color: #CC5E6F; }
span { border-color: rgb(204,94,111); }
td.TdClassName
{
border-color: #CC5E6F;
}
.TagClassName
{
border-color: #CC5E6F;
}
</style>