Shades of Mandy #C9525B
Tints of Mandy #C9525B
RGB
CMYK
RGB Variations
Color information
#C9525B (or 0xC9525B) is known color: Mandy. HEX triplet: C9, 52 and 5B. RGB value is (201,82,91). Sum of RGB (Red+Green+Blue) = 201+82+91=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525B is #36ADA4. Grayscale: #767676. Windows color (decimal): -3583397 or 5984969. OLE color: 5984969.
HSL color Cylindrical-coordinate representation of color #C9525B: hue angle of 355.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9525B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 91 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.21 |
| HSL | 355.46º | 0.52% | 0.55% | - |
| HSV(B) | 355.46º | 0.59% | 0.79% | - |
| XYZ | 28.99 | 19.21 | 12.08 | - |
| YUV | 118.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 91 | 0 | 0.59 | 0.55 | 0.21 | 355.46 | 0.52 | 0.55 |
| Hex | C9 | 52 | 5B | 0 | 3B | 37 | 15 | 163 | 34 | 37 |
| Octal | 311 | 122 | 133 | 0 | 73 | 67 | 25 | 543 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1011011 | 0 | 111011 | 110111 | 10101 | 101100011 | 110100 | 110111 |
Color Harmonies of #C9525B
Complementary color
Monochromatic Colors of #C9525B
Black with #C9525B
Text Example
Text Example
White with #C9525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9525B; }
p { color: rgb(201,82,91); }
H1.HeaderClassName
{
color: #C9525B;
}
.AnyTagClassName
{
color: #C9525B;
}
</style>
background-color css
<style>
a { background-color: #C9525B; }
a { background-color: rgb(201,82,91); }
div.DivClassName
{
background-color: #C9525B;
}
.BgClassName
{
background-color: #C9525B;
}
</style>
border-color css
<style>
span { border-color: #C9525B; }
span { border-color: rgb(201,82,91); }
td.TdClassName
{
border-color: #C9525B;
}
.TagClassName
{
border-color: #C9525B;
}
</style>