Shades of Mandy #C5525C
Tints of Mandy #C5525C
RGB
CMYK
RGB Variations
Color information
#C5525C (or 0xC5525C) is known color: Mandy. HEX triplet: C5, 52 and 5C. RGB value is (197,82,92). Sum of RGB (Red+Green+Blue) = 197+82+92=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5525C is #3AADA3. Grayscale: #757575. Windows color (decimal): -3845540 or 6050501. OLE color: 6050501.
HSL color Cylindrical-coordinate representation of color #C5525C: hue angle of 354.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5525C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 92 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.23 |
| HSL | 354.78º | 0.5% | 0.55% | - |
| HSV(B) | 354.78º | 0.58% | 0.77% | - |
| XYZ | 27.98 | 18.68 | 12.26 | - |
| YUV | 117.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 92 | 0 | 0.58 | 0.53 | 0.23 | 354.78 | 0.5 | 0.55 |
| Hex | C5 | 52 | 5C | 0 | 3A | 35 | 17 | 163 | 32 | 37 |
| Octal | 305 | 122 | 134 | 0 | 72 | 65 | 27 | 543 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1011100 | 0 | 111010 | 110101 | 10111 | 101100011 | 110010 | 110111 |
Color Harmonies of #C5525C
Complementary color
Monochromatic Colors of #C5525C
Black with #C5525C
Text Example
Text Example
White with #C5525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5525C; }
p { color: rgb(197,82,92); }
H1.HeaderClassName
{
color: #C5525C;
}
.AnyTagClassName
{
color: #C5525C;
}
</style>
background-color css
<style>
a { background-color: #C5525C; }
a { background-color: rgb(197,82,92); }
div.DivClassName
{
background-color: #C5525C;
}
.BgClassName
{
background-color: #C5525C;
}
</style>
border-color css
<style>
span { border-color: #C5525C; }
span { border-color: rgb(197,82,92); }
td.TdClassName
{
border-color: #C5525C;
}
.TagClassName
{
border-color: #C5525C;
}
</style>