Shades of Mandy #CC525C
Tints of Mandy #CC525C
RGB
CMYK
RGB Variations
Color information
#CC525C (or 0xCC525C) is known color: Mandy. HEX triplet: CC, 52 and 5C. RGB value is (204,82,92). Sum of RGB (Red+Green+Blue) = 204+82+92=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC525C is #33ADA3. Grayscale: #777777. Windows color (decimal): -3386788 or 6050508. OLE color: 6050508.
HSL color Cylindrical-coordinate representation of color #CC525C: hue angle of 355.08º 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 #CC525C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 92 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.2 |
| HSL | 355.08º | 0.54% | 0.56% | - |
| HSV(B) | 355.08º | 0.6% | 0.8% | - |
| XYZ | 29.85 | 19.64 | 12.34 | - |
| YUV | 119.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 92 | 0 | 0.60 | 0.55 | 0.2 | 355.08 | 0.54 | 0.56 |
| Hex | CC | 52 | 5C | 0 | 3C | 37 | 14 | 163 | 36 | 38 |
| Octal | 314 | 122 | 134 | 0 | 74 | 67 | 24 | 543 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1011100 | 0 | 111100 | 110111 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CC525C
Complementary color
Monochromatic Colors of #CC525C
Black with #CC525C
Text Example
Text Example
White with #CC525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC525C; }
p { color: rgb(204,82,92); }
H1.HeaderClassName
{
color: #CC525C;
}
.AnyTagClassName
{
color: #CC525C;
}
</style>
background-color css
<style>
a { background-color: #CC525C; }
a { background-color: rgb(204,82,92); }
div.DivClassName
{
background-color: #CC525C;
}
.BgClassName
{
background-color: #CC525C;
}
</style>
border-color css
<style>
span { border-color: #CC525C; }
span { border-color: rgb(204,82,92); }
td.TdClassName
{
border-color: #CC525C;
}
.TagClassName
{
border-color: #CC525C;
}
</style>