Shades of Mandy #C9525C
Tints of Mandy #C9525C
RGB
CMYK
RGB Variations
Color information
#C9525C (or 0xC9525C) is known color: Mandy. HEX triplet: C9, 52 and 5C. RGB value is (201,82,92). Sum of RGB (Red+Green+Blue) = 201+82+92=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525C is #36ADA3. Grayscale: #767676. Windows color (decimal): -3583396 or 6050505. OLE color: 6050505.
HSL color Cylindrical-coordinate representation of color #C9525C: hue angle of 354.96º 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 #C9525C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 92 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.21 |
| HSL | 354.96º | 0.52% | 0.55% | - |
| HSV(B) | 354.96º | 0.59% | 0.79% | - |
| XYZ | 29.04 | 19.22 | 12.31 | - |
| YUV | 118.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 92 | 0 | 0.59 | 0.54 | 0.21 | 354.96 | 0.52 | 0.55 |
| Hex | C9 | 52 | 5C | 0 | 3B | 36 | 15 | 163 | 34 | 37 |
| Octal | 311 | 122 | 134 | 0 | 73 | 66 | 25 | 543 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1011100 | 0 | 111011 | 110110 | 10101 | 101100011 | 110100 | 110111 |
Color Harmonies of #C9525C
Complementary color
Monochromatic Colors of #C9525C
Black with #C9525C
Text Example
Text Example
White with #C9525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9525C; }
p { color: rgb(201,82,92); }
H1.HeaderClassName
{
color: #C9525C;
}
.AnyTagClassName
{
color: #C9525C;
}
</style>
background-color css
<style>
a { background-color: #C9525C; }
a { background-color: rgb(201,82,92); }
div.DivClassName
{
background-color: #C9525C;
}
.BgClassName
{
background-color: #C9525C;
}
</style>
border-color css
<style>
span { border-color: #C9525C; }
span { border-color: rgb(201,82,92); }
td.TdClassName
{
border-color: #C9525C;
}
.TagClassName
{
border-color: #C9525C;
}
</style>