Shades of Mandy #C9475B
Tints of Mandy #C9475B
RGB
CMYK
RGB Variations
Color information
#C9475B (or 0xC9475B) is known color: Mandy. HEX triplet: C9, 47 and 5B. RGB value is (201,71,91). Sum of RGB (Red+Green+Blue) = 201+71+91=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9475B is #36B8A4. Grayscale: #707070. Windows color (decimal): -3586213 or 5982153. OLE color: 5982153.
HSL color Cylindrical-coordinate representation of color #C9475B: hue angle of 350.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9475B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 91 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.21 |
| HSL | 350.77º | 0.55% | 0.53% | - |
| HSV(B) | 350.77º | 0.65% | 0.79% | - |
| XYZ | 28.23 | 17.68 | 11.82 | - |
| YUV | 112.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 91 | 0 | 0.65 | 0.55 | 0.21 | 350.77 | 0.55 | 0.53 |
| Hex | C9 | 47 | 5B | 0 | 41 | 37 | 15 | 15F | 37 | 35 |
| Octal | 311 | 107 | 133 | 0 | 101 | 67 | 25 | 537 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1011011 | 0 | 1000001 | 110111 | 10101 | 101011111 | 110111 | 110101 |
Color Harmonies of #C9475B
Complementary color
Monochromatic Colors of #C9475B
Black with #C9475B
Text Example
Text Example
White with #C9475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9475B; }
p { color: rgb(201,71,91); }
H1.HeaderClassName
{
color: #C9475B;
}
.AnyTagClassName
{
color: #C9475B;
}
</style>
background-color css
<style>
a { background-color: #C9475B; }
a { background-color: rgb(201,71,91); }
div.DivClassName
{
background-color: #C9475B;
}
.BgClassName
{
background-color: #C9475B;
}
</style>
border-color css
<style>
span { border-color: #C9475B; }
span { border-color: rgb(201,71,91); }
td.TdClassName
{
border-color: #C9475B;
}
.TagClassName
{
border-color: #C9475B;
}
</style>