Shades of Mandy #CC5A5E
Tints of Mandy #CC5A5E
RGB
CMYK
RGB Variations
Color information
#CC5A5E (or 0xCC5A5E) is known color: Mandy. HEX triplet: CC, 5A and 5E. RGB value is (204,90,94). Sum of RGB (Red+Green+Blue) = 204+90+94=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A5E is #33A5A1. Grayscale: #7C7C7C. Windows color (decimal): -3384738 or 6183628. OLE color: 6183628.
HSL color Cylindrical-coordinate representation of color #CC5A5E: hue angle of 357.89º 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 #CC5A5E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 94 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.2 |
| HSL | 357.89º | 0.53% | 0.58% | - |
| HSV(B) | 357.89º | 0.56% | 0.8% | - |
| XYZ | 30.58 | 20.96 | 13.02 | - |
| YUV | 124.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 94 | 0 | 0.56 | 0.54 | 0.2 | 357.89 | 0.53 | 0.58 |
| Hex | CC | 5A | 5E | 0 | 38 | 36 | 14 | 166 | 35 | 3A |
| Octal | 314 | 132 | 136 | 0 | 70 | 66 | 24 | 546 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1011110 | 0 | 111000 | 110110 | 10100 | 101100110 | 110101 | 111010 |
Color Harmonies of #CC5A5E
Complementary color
Monochromatic Colors of #CC5A5E
Black with #CC5A5E
Text Example
Text Example
White with #CC5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A5E; }
p { color: rgb(204,90,94); }
H1.HeaderClassName
{
color: #CC5A5E;
}
.AnyTagClassName
{
color: #CC5A5E;
}
</style>
background-color css
<style>
a { background-color: #CC5A5E; }
a { background-color: rgb(204,90,94); }
div.DivClassName
{
background-color: #CC5A5E;
}
.BgClassName
{
background-color: #CC5A5E;
}
</style>
border-color css
<style>
span { border-color: #CC5A5E; }
span { border-color: rgb(204,90,94); }
td.TdClassName
{
border-color: #CC5A5E;
}
.TagClassName
{
border-color: #CC5A5E;
}
</style>