Shades of Cabaret #CC5B6A
Tints of Cabaret #CC5B6A
RGB
CMYK
RGB Variations
Color information
#CC5B6A (or 0xCC5B6A) is known color: Cabaret. HEX triplet: CC, 5B and 6A. RGB value is (204,91,106). Sum of RGB (Red+Green+Blue) = 204+91+106=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B6A is #33A495. Grayscale: #7E7E7E. Windows color (decimal): -3384470 or 6970316. OLE color: 6970316.
HSL color Cylindrical-coordinate representation of color #CC5B6A: hue angle of 352.04º 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 #CC5B6A is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 106 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.2 |
| HSL | 352.04º | 0.53% | 0.58% | - |
| HSV(B) | 352.04º | 0.55% | 0.8% | - |
| XYZ | 31.24 | 21.36 | 16.11 | - |
| YUV | 126.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 106 | 0 | 0.55 | 0.48 | 0.2 | 352.04 | 0.53 | 0.58 |
| Hex | CC | 5B | 6A | 0 | 37 | 30 | 14 | 160 | 35 | 3A |
| Octal | 314 | 133 | 152 | 0 | 67 | 60 | 24 | 540 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1101010 | 0 | 110111 | 110000 | 10100 | 101100000 | 110101 | 111010 |
Color Harmonies of #CC5B6A
Complementary color
Monochromatic Colors of #CC5B6A
Black with #CC5B6A
Text Example
Text Example
White with #CC5B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B6A; }
p { color: rgb(204,91,106); }
H1.HeaderClassName
{
color: #CC5B6A;
}
.AnyTagClassName
{
color: #CC5B6A;
}
</style>
background-color css
<style>
a { background-color: #CC5B6A; }
a { background-color: rgb(204,91,106); }
div.DivClassName
{
background-color: #CC5B6A;
}
.BgClassName
{
background-color: #CC5B6A;
}
</style>
border-color css
<style>
span { border-color: #CC5B6A; }
span { border-color: rgb(204,91,106); }
td.TdClassName
{
border-color: #CC5B6A;
}
.TagClassName
{
border-color: #CC5B6A;
}
</style>