Shades of Cabaret #CC5C6F
Tints of Cabaret #CC5C6F
RGB
CMYK
RGB Variations
Color information
#CC5C6F (or 0xCC5C6F) is known color: Cabaret. HEX triplet: CC, 5C and 6F. RGB value is (204,92,111). Sum of RGB (Red+Green+Blue) = 204+92+111=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C6F is #33A390. Grayscale: #7F7F7F. Windows color (decimal): -3384209 or 7298252. OLE color: 7298252.
HSL color Cylindrical-coordinate representation of color #CC5C6F: hue angle of 349.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C6F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 111 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.2 |
| HSL | 349.82º | 0.52% | 0.58% | - |
| HSV(B) | 349.82º | 0.55% | 0.8% | - |
| XYZ | 31.6 | 21.64 | 17.55 | - |
| YUV | 127.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 111 | 0 | 0.55 | 0.46 | 0.2 | 349.82 | 0.52 | 0.58 |
| Hex | CC | 5C | 6F | 0 | 37 | 2E | 14 | 15E | 34 | 3A |
| Octal | 314 | 134 | 157 | 0 | 67 | 56 | 24 | 536 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1101111 | 0 | 110111 | 101110 | 10100 | 101011110 | 110100 | 111010 |
Color Harmonies of #CC5C6F
Complementary color
Monochromatic Colors of #CC5C6F
Black with #CC5C6F
Text Example
Text Example
White with #CC5C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C6F; }
p { color: rgb(204,92,111); }
H1.HeaderClassName
{
color: #CC5C6F;
}
.AnyTagClassName
{
color: #CC5C6F;
}
</style>
background-color css
<style>
a { background-color: #CC5C6F; }
a { background-color: rgb(204,92,111); }
div.DivClassName
{
background-color: #CC5C6F;
}
.BgClassName
{
background-color: #CC5C6F;
}
</style>
border-color css
<style>
span { border-color: #CC5C6F; }
span { border-color: rgb(204,92,111); }
td.TdClassName
{
border-color: #CC5C6F;
}
.TagClassName
{
border-color: #CC5C6F;
}
</style>