Shades of Mandy #C4525B
Tints of Mandy #C4525B
RGB
CMYK
RGB Variations
Color information
#C4525B (or 0xC4525B) is known color: Mandy. HEX triplet: C4, 52 and 5B. RGB value is (196,82,91). Sum of RGB (Red+Green+Blue) = 196+82+91=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4525B is #3BADA4. Grayscale: #757575. Windows color (decimal): -3911077 or 5984964. OLE color: 5984964.
HSL color Cylindrical-coordinate representation of color #C4525B: hue angle of 355.26º 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 #C4525B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 91 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.23 |
| HSL | 355.26º | 0.49% | 0.55% | - |
| HSV(B) | 355.26º | 0.58% | 0.77% | - |
| XYZ | 27.67 | 18.53 | 12.01 | - |
| YUV | 117.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 91 | 0 | 0.58 | 0.54 | 0.23 | 355.26 | 0.49 | 0.55 |
| Hex | C4 | 52 | 5B | 0 | 3A | 36 | 17 | 163 | 31 | 37 |
| Octal | 304 | 122 | 133 | 0 | 72 | 66 | 27 | 543 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1011011 | 0 | 111010 | 110110 | 10111 | 101100011 | 110001 | 110111 |
Color Harmonies of #C4525B
Complementary color
Monochromatic Colors of #C4525B
Black with #C4525B
Text Example
Text Example
White with #C4525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4525B; }
p { color: rgb(196,82,91); }
H1.HeaderClassName
{
color: #C4525B;
}
.AnyTagClassName
{
color: #C4525B;
}
</style>
background-color css
<style>
a { background-color: #C4525B; }
a { background-color: rgb(196,82,91); }
div.DivClassName
{
background-color: #C4525B;
}
.BgClassName
{
background-color: #C4525B;
}
</style>
border-color css
<style>
span { border-color: #C4525B; }
span { border-color: rgb(196,82,91); }
td.TdClassName
{
border-color: #C4525B;
}
.TagClassName
{
border-color: #C4525B;
}
</style>