Shades of Cabaret #CC5A6D
Tints of Cabaret #CC5A6D
RGB
CMYK
RGB Variations
Color information
#CC5A6D (or 0xCC5A6D) is known color: Cabaret. HEX triplet: CC, 5A and 6D. RGB value is (204,90,109). Sum of RGB (Red+Green+Blue) = 204+90+109=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A6D is #33A592. Grayscale: #7E7E7E. Windows color (decimal): -3384723 or 7166668. OLE color: 7166668.
HSL color Cylindrical-coordinate representation of color #CC5A6D: hue angle of 350º 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 #CC5A6D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 109 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.2 |
| HSL | 350º | 0.53% | 0.58% | - |
| HSV(B) | 350º | 0.56% | 0.8% | - |
| XYZ | 31.32 | 21.25 | 16.92 | - |
| YUV | 126.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 109 | 0 | 0.56 | 0.47 | 0.2 | 350 | 0.53 | 0.58 |
| Hex | CC | 5A | 6D | 0 | 38 | 2F | 14 | 15E | 35 | 3A |
| Octal | 314 | 132 | 155 | 0 | 70 | 57 | 24 | 536 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1101101 | 0 | 111000 | 101111 | 10100 | 101011110 | 110101 | 111010 |
Color Harmonies of #CC5A6D
Complementary color
Monochromatic Colors of #CC5A6D
Black with #CC5A6D
Text Example
Text Example
White with #CC5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A6D; }
p { color: rgb(204,90,109); }
H1.HeaderClassName
{
color: #CC5A6D;
}
.AnyTagClassName
{
color: #CC5A6D;
}
</style>
background-color css
<style>
a { background-color: #CC5A6D; }
a { background-color: rgb(204,90,109); }
div.DivClassName
{
background-color: #CC5A6D;
}
.BgClassName
{
background-color: #CC5A6D;
}
</style>
border-color css
<style>
span { border-color: #CC5A6D; }
span { border-color: rgb(204,90,109); }
td.TdClassName
{
border-color: #CC5A6D;
}
.TagClassName
{
border-color: #CC5A6D;
}
</style>