Shades of Cabaret #CC5B6E
Tints of Cabaret #CC5B6E
RGB
CMYK
RGB Variations
Color information
#CC5B6E (or 0xCC5B6E) is known color: Cabaret. HEX triplet: CC, 5B and 6E. RGB value is (204,91,110). Sum of RGB (Red+Green+Blue) = 204+91+110=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B6E is #33A491. Grayscale: #7E7E7E. Windows color (decimal): -3384466 or 7232460. OLE color: 7232460.
HSL color Cylindrical-coordinate representation of color #CC5B6E: hue angle of 349.91º degrees, saturation: 0.53, 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 #CC5B6E is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 110 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.2 |
| HSL | 349.91º | 0.53% | 0.58% | - |
| HSV(B) | 349.91º | 0.55% | 0.8% | - |
| XYZ | 31.46 | 21.45 | 17.23 | - |
| YUV | 126.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 110 | 0 | 0.55 | 0.46 | 0.2 | 349.91 | 0.53 | 0.58 |
| Hex | CC | 5B | 6E | 0 | 37 | 2E | 14 | 15E | 35 | 3A |
| Octal | 314 | 133 | 156 | 0 | 67 | 56 | 24 | 536 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1101110 | 0 | 110111 | 101110 | 10100 | 101011110 | 110101 | 111010 |
Color Harmonies of #CC5B6E
Complementary color
Monochromatic Colors of #CC5B6E
Black with #CC5B6E
Text Example
Text Example
White with #CC5B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B6E; }
p { color: rgb(204,91,110); }
H1.HeaderClassName
{
color: #CC5B6E;
}
.AnyTagClassName
{
color: #CC5B6E;
}
</style>
background-color css
<style>
a { background-color: #CC5B6E; }
a { background-color: rgb(204,91,110); }
div.DivClassName
{
background-color: #CC5B6E;
}
.BgClassName
{
background-color: #CC5B6E;
}
</style>
border-color css
<style>
span { border-color: #CC5B6E; }
span { border-color: rgb(204,91,110); }
td.TdClassName
{
border-color: #CC5B6E;
}
.TagClassName
{
border-color: #CC5B6E;
}
</style>