Shades of Cabaret #CC5B6C
Tints of Cabaret #CC5B6C
RGB
CMYK
RGB Variations
Color information
#CC5B6C (or 0xCC5B6C) is known color: Cabaret. HEX triplet: CC, 5B and 6C. RGB value is (204,91,108). Sum of RGB (Red+Green+Blue) = 204+91+108=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B6C is #33A493. Grayscale: #7E7E7E. Windows color (decimal): -3384468 or 7101388. OLE color: 7101388.
HSL color Cylindrical-coordinate representation of color #CC5B6C: hue angle of 350.97º 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 #CC5B6C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 108 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.2 |
| HSL | 350.97º | 0.53% | 0.58% | - |
| HSV(B) | 350.97º | 0.55% | 0.8% | - |
| XYZ | 31.35 | 21.4 | 16.67 | - |
| YUV | 126.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 108 | 0 | 0.55 | 0.47 | 0.2 | 350.97 | 0.53 | 0.58 |
| Hex | CC | 5B | 6C | 0 | 37 | 2F | 14 | 15F | 35 | 3A |
| Octal | 314 | 133 | 154 | 0 | 67 | 57 | 24 | 537 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1101100 | 0 | 110111 | 101111 | 10100 | 101011111 | 110101 | 111010 |
Color Harmonies of #CC5B6C
Complementary color
Monochromatic Colors of #CC5B6C
Black with #CC5B6C
Text Example
Text Example
White with #CC5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B6C; }
p { color: rgb(204,91,108); }
H1.HeaderClassName
{
color: #CC5B6C;
}
.AnyTagClassName
{
color: #CC5B6C;
}
</style>
background-color css
<style>
a { background-color: #CC5B6C; }
a { background-color: rgb(204,91,108); }
div.DivClassName
{
background-color: #CC5B6C;
}
.BgClassName
{
background-color: #CC5B6C;
}
</style>
border-color css
<style>
span { border-color: #CC5B6C; }
span { border-color: rgb(204,91,108); }
td.TdClassName
{
border-color: #CC5B6C;
}
.TagClassName
{
border-color: #CC5B6C;
}
</style>