Shades of Mandy #CC525F
Tints of Mandy #CC525F
RGB
CMYK
RGB Variations
Color information
#CC525F (or 0xCC525F) is known color: Mandy. HEX triplet: CC, 52 and 5F. RGB value is (204,82,95). Sum of RGB (Red+Green+Blue) = 204+82+95=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525F is #33ADA0. Grayscale: #787878. Windows color (decimal): -3386785 or 6247116. OLE color: 6247116.
HSL color Cylindrical-coordinate representation of color #CC525F: hue angle of 353.61º 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 #CC525F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 95 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.2 |
| HSL | 353.61º | 0.54% | 0.56% | - |
| HSV(B) | 353.61º | 0.6% | 0.8% | - |
| XYZ | 29.98 | 19.7 | 13.05 | - |
| YUV | 119.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 95 | 0 | 0.60 | 0.53 | 0.2 | 353.61 | 0.54 | 0.56 |
| Hex | CC | 52 | 5F | 0 | 3C | 35 | 14 | 162 | 36 | 38 |
| Octal | 314 | 122 | 137 | 0 | 74 | 65 | 24 | 542 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1011111 | 0 | 111100 | 110101 | 10100 | 101100010 | 110110 | 111000 |
Color Harmonies of #CC525F
Complementary color
Monochromatic Colors of #CC525F
Black with #CC525F
Text Example
Text Example
White with #CC525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC525F; }
p { color: rgb(204,82,95); }
H1.HeaderClassName
{
color: #CC525F;
}
.AnyTagClassName
{
color: #CC525F;
}
</style>
background-color css
<style>
a { background-color: #CC525F; }
a { background-color: rgb(204,82,95); }
div.DivClassName
{
background-color: #CC525F;
}
.BgClassName
{
background-color: #CC525F;
}
</style>
border-color css
<style>
span { border-color: #CC525F; }
span { border-color: rgb(204,82,95); }
td.TdClassName
{
border-color: #CC525F;
}
.TagClassName
{
border-color: #CC525F;
}
</style>