Shades of Cabaret #CC556F
Tints of Cabaret #CC556F
RGB
CMYK
RGB Variations
Color information
#CC556F (or 0xCC556F) is known color: Cabaret. HEX triplet: CC, 55 and 6F. RGB value is (204,85,111). Sum of RGB (Red+Green+Blue) = 204+85+111=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC556F is #33AA90. Grayscale: #7B7B7B. Windows color (decimal): -3386001 or 7296460. OLE color: 7296460.
HSL color Cylindrical-coordinate representation of color #CC556F: hue angle of 346.89º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC556F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 111 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.2 |
| HSL | 346.89º | 0.54% | 0.57% | - |
| HSV(B) | 346.89º | 0.58% | 0.8% | - |
| XYZ | 31.02 | 20.48 | 17.36 | - |
| YUV | 123.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 111 | 0 | 0.58 | 0.46 | 0.2 | 346.89 | 0.54 | 0.57 |
| Hex | CC | 55 | 6F | 0 | 3A | 2E | 14 | 15B | 36 | 39 |
| Octal | 314 | 125 | 157 | 0 | 72 | 56 | 24 | 533 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1101111 | 0 | 111010 | 101110 | 10100 | 101011011 | 110110 | 111001 |
Color Harmonies of #CC556F
Complementary color
Monochromatic Colors of #CC556F
Black with #CC556F
Text Example
Text Example
White with #CC556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC556F; }
p { color: rgb(204,85,111); }
H1.HeaderClassName
{
color: #CC556F;
}
.AnyTagClassName
{
color: #CC556F;
}
</style>
background-color css
<style>
a { background-color: #CC556F; }
a { background-color: rgb(204,85,111); }
div.DivClassName
{
background-color: #CC556F;
}
.BgClassName
{
background-color: #CC556F;
}
</style>
border-color css
<style>
span { border-color: #CC556F; }
span { border-color: rgb(204,85,111); }
td.TdClassName
{
border-color: #CC556F;
}
.TagClassName
{
border-color: #CC556F;
}
</style>