Shades of Cabaret #CC5177
Tints of Cabaret #CC5177
RGB
CMYK
RGB Variations
Color information
#CC5177 (or 0xCC5177) is known color: Cabaret. HEX triplet: CC, 51 and 77. RGB value is (204,81,119). Sum of RGB (Red+Green+Blue) = 204+81+119=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5177 is #33AE88. Grayscale: #7A7A7A. Windows color (decimal): -3387017 or 7819724. OLE color: 7819724.
HSL color Cylindrical-coordinate representation of color #CC5177: hue angle of 341.46º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5177 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 119 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.2 |
| HSL | 341.46º | 0.55% | 0.56% | - |
| HSV(B) | 341.46º | 0.6% | 0.8% | - |
| XYZ | 31.17 | 20.05 | 19.68 | - |
| YUV | 122.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 119 | 0 | 0.60 | 0.42 | 0.2 | 341.46 | 0.55 | 0.56 |
| Hex | CC | 51 | 77 | 0 | 3C | 2A | 14 | 155 | 37 | 38 |
| Octal | 314 | 121 | 167 | 0 | 74 | 52 | 24 | 525 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1110111 | 0 | 111100 | 101010 | 10100 | 101010101 | 110111 | 111000 |
Color Harmonies of #CC5177
Complementary color
Monochromatic Colors of #CC5177
Black with #CC5177
Text Example
Text Example
White with #CC5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5177; }
p { color: rgb(204,81,119); }
H1.HeaderClassName
{
color: #CC5177;
}
.AnyTagClassName
{
color: #CC5177;
}
</style>
background-color css
<style>
a { background-color: #CC5177; }
a { background-color: rgb(204,81,119); }
div.DivClassName
{
background-color: #CC5177;
}
.BgClassName
{
background-color: #CC5177;
}
</style>
border-color css
<style>
span { border-color: #CC5177; }
span { border-color: rgb(204,81,119); }
td.TdClassName
{
border-color: #CC5177;
}
.TagClassName
{
border-color: #CC5177;
}
</style>