Shades of Cabaret #CC5A6B
Tints of Cabaret #CC5A6B
RGB
CMYK
RGB Variations
Color information
#CC5A6B (or 0xCC5A6B) is known color: Cabaret. HEX triplet: CC, 5A and 6B. RGB value is (204,90,107). Sum of RGB (Red+Green+Blue) = 204+90+107=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A6B is #33A594. Grayscale: #7E7E7E. Windows color (decimal): -3384725 or 7035596. OLE color: 7035596.
HSL color Cylindrical-coordinate representation of color #CC5A6B: hue angle of 351.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A6B is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 107 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.2 |
| HSL | 351.05º | 0.53% | 0.58% | - |
| HSV(B) | 351.05º | 0.56% | 0.8% | - |
| XYZ | 31.21 | 21.21 | 16.36 | - |
| YUV | 126.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 107 | 0 | 0.56 | 0.48 | 0.2 | 351.05 | 0.53 | 0.58 |
| Hex | CC | 5A | 6B | 0 | 38 | 30 | 14 | 15F | 35 | 3A |
| Octal | 314 | 132 | 153 | 0 | 70 | 60 | 24 | 537 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1101011 | 0 | 111000 | 110000 | 10100 | 101011111 | 110101 | 111010 |
Color Harmonies of #CC5A6B
Complementary color
Monochromatic Colors of #CC5A6B
Black with #CC5A6B
Text Example
Text Example
White with #CC5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A6B; }
p { color: rgb(204,90,107); }
H1.HeaderClassName
{
color: #CC5A6B;
}
.AnyTagClassName
{
color: #CC5A6B;
}
</style>
background-color css
<style>
a { background-color: #CC5A6B; }
a { background-color: rgb(204,90,107); }
div.DivClassName
{
background-color: #CC5A6B;
}
.BgClassName
{
background-color: #CC5A6B;
}
</style>
border-color css
<style>
span { border-color: #CC5A6B; }
span { border-color: rgb(204,90,107); }
td.TdClassName
{
border-color: #CC5A6B;
}
.TagClassName
{
border-color: #CC5A6B;
}
</style>