Shades of Mandy #CC525A
Tints of Mandy #CC525A
RGB
CMYK
RGB Variations
Color information
#CC525A (or 0xCC525A) is known color: Mandy. HEX triplet: CC, 52 and 5A. RGB value is (204,82,90). Sum of RGB (Red+Green+Blue) = 204+82+90=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525A is #33ADA5. Grayscale: #777777. Windows color (decimal): -3386790 or 5919436. OLE color: 5919436.
HSL color Cylindrical-coordinate representation of color #CC525A: hue angle of 356.07º 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 #CC525A is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 90 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.2 |
| HSL | 356.07º | 0.54% | 0.56% | - |
| HSV(B) | 356.07º | 0.6% | 0.8% | - |
| XYZ | 29.76 | 19.61 | 11.89 | - |
| YUV | 119.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 90 | 0 | 0.60 | 0.56 | 0.2 | 356.07 | 0.54 | 0.56 |
| Hex | CC | 52 | 5A | 0 | 3C | 38 | 14 | 164 | 36 | 38 |
| Octal | 314 | 122 | 132 | 0 | 74 | 70 | 24 | 544 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1011010 | 0 | 111100 | 111000 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CC525A
Complementary color
Monochromatic Colors of #CC525A
Black with #CC525A
Text Example
Text Example
White with #CC525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC525A; }
p { color: rgb(204,82,90); }
H1.HeaderClassName
{
color: #CC525A;
}
.AnyTagClassName
{
color: #CC525A;
}
</style>
background-color css
<style>
a { background-color: #CC525A; }
a { background-color: rgb(204,82,90); }
div.DivClassName
{
background-color: #CC525A;
}
.BgClassName
{
background-color: #CC525A;
}
</style>
border-color css
<style>
span { border-color: #CC525A; }
span { border-color: rgb(204,82,90); }
td.TdClassName
{
border-color: #CC525A;
}
.TagClassName
{
border-color: #CC525A;
}
</style>