Shades of Mandy #CC525E
Tints of Mandy #CC525E
RGB
CMYK
RGB Variations
Color information
#CC525E (or 0xCC525E) is known color: Mandy. HEX triplet: CC, 52 and 5E. RGB value is (204,82,94). Sum of RGB (Red+Green+Blue) = 204+82+94=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525E is #33ADA1. Grayscale: #777777. Windows color (decimal): -3386786 or 6181580. OLE color: 6181580.
HSL color Cylindrical-coordinate representation of color #CC525E: hue angle of 354.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC525E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 94 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.2 |
| HSL | 354.1º | 0.54% | 0.56% | - |
| HSV(B) | 354.1º | 0.6% | 0.8% | - |
| XYZ | 29.94 | 19.68 | 12.81 | - |
| YUV | 119.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 94 | 0 | 0.60 | 0.54 | 0.2 | 354.1 | 0.54 | 0.56 |
| Hex | CC | 52 | 5E | 0 | 3C | 36 | 14 | 162 | 36 | 38 |
| Octal | 314 | 122 | 136 | 0 | 74 | 66 | 24 | 542 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1011110 | 0 | 111100 | 110110 | 10100 | 101100010 | 110110 | 111000 |
Color Harmonies of #CC525E
Complementary color
Monochromatic Colors of #CC525E
Black with #CC525E
Text Example
Text Example
White with #CC525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC525E; }
p { color: rgb(204,82,94); }
H1.HeaderClassName
{
color: #CC525E;
}
.AnyTagClassName
{
color: #CC525E;
}
</style>
background-color css
<style>
a { background-color: #CC525E; }
a { background-color: rgb(204,82,94); }
div.DivClassName
{
background-color: #CC525E;
}
.BgClassName
{
background-color: #CC525E;
}
</style>
border-color css
<style>
span { border-color: #CC525E; }
span { border-color: rgb(204,82,94); }
td.TdClassName
{
border-color: #CC525E;
}
.TagClassName
{
border-color: #CC525E;
}
</style>