Shades of Mandy #C4525C
Tints of Mandy #C4525C
RGB
CMYK
RGB Variations
Color information
#C4525C (or 0xC4525C) is known color: Mandy. HEX triplet: C4, 52 and 5C. RGB value is (196,82,92). Sum of RGB (Red+Green+Blue) = 196+82+92=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4525C is #3BADA3. Grayscale: #757575. Windows color (decimal): -3911076 or 6050500. OLE color: 6050500.
HSL color Cylindrical-coordinate representation of color #C4525C: hue angle of 354.74º degrees, saturation: 0.49, 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 #C4525C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 92 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.23 |
| HSL | 354.74º | 0.49% | 0.55% | - |
| HSV(B) | 354.74º | 0.58% | 0.77% | - |
| XYZ | 27.71 | 18.54 | 12.24 | - |
| YUV | 117.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 92 | 0 | 0.58 | 0.53 | 0.23 | 354.74 | 0.49 | 0.55 |
| Hex | C4 | 52 | 5C | 0 | 3A | 35 | 17 | 163 | 31 | 37 |
| Octal | 304 | 122 | 134 | 0 | 72 | 65 | 27 | 543 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1011100 | 0 | 111010 | 110101 | 10111 | 101100011 | 110001 | 110111 |
Color Harmonies of #C4525C
Complementary color
Monochromatic Colors of #C4525C
Black with #C4525C
Text Example
Text Example
White with #C4525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4525C; }
p { color: rgb(196,82,92); }
H1.HeaderClassName
{
color: #C4525C;
}
.AnyTagClassName
{
color: #C4525C;
}
</style>
background-color css
<style>
a { background-color: #C4525C; }
a { background-color: rgb(196,82,92); }
div.DivClassName
{
background-color: #C4525C;
}
.BgClassName
{
background-color: #C4525C;
}
</style>
border-color css
<style>
span { border-color: #C4525C; }
span { border-color: rgb(196,82,92); }
td.TdClassName
{
border-color: #C4525C;
}
.TagClassName
{
border-color: #C4525C;
}
</style>