Shades of Mandy #C9485B
Tints of Mandy #C9485B
RGB
CMYK
RGB Variations
Color information
#C9485B (or 0xC9485B) is known color: Mandy. HEX triplet: C9, 48 and 5B. RGB value is (201,72,91). Sum of RGB (Red+Green+Blue) = 201+72+91=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9485B is #36B7A4. Grayscale: #707070. Windows color (decimal): -3585957 or 5982409. OLE color: 5982409.
HSL color Cylindrical-coordinate representation of color #C9485B: hue angle of 351.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9485B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 91 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.21 |
| HSL | 351.16º | 0.54% | 0.54% | - |
| HSV(B) | 351.16º | 0.64% | 0.79% | - |
| XYZ | 28.29 | 17.81 | 11.84 | - |
| YUV | 112.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 91 | 0 | 0.64 | 0.55 | 0.21 | 351.16 | 0.54 | 0.54 |
| Hex | C9 | 48 | 5B | 0 | 40 | 37 | 15 | 15F | 36 | 36 |
| Octal | 311 | 110 | 133 | 0 | 100 | 67 | 25 | 537 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1011011 | 0 | 1000000 | 110111 | 10101 | 101011111 | 110110 | 110110 |
Color Harmonies of #C9485B
Complementary color
Monochromatic Colors of #C9485B
Black with #C9485B
Text Example
Text Example
White with #C9485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9485B; }
p { color: rgb(201,72,91); }
H1.HeaderClassName
{
color: #C9485B;
}
.AnyTagClassName
{
color: #C9485B;
}
</style>
background-color css
<style>
a { background-color: #C9485B; }
a { background-color: rgb(201,72,91); }
div.DivClassName
{
background-color: #C9485B;
}
.BgClassName
{
background-color: #C9485B;
}
</style>
border-color css
<style>
span { border-color: #C9485B; }
span { border-color: rgb(201,72,91); }
td.TdClassName
{
border-color: #C9485B;
}
.TagClassName
{
border-color: #C9485B;
}
</style>