Shades of Mandy #C9475C
Tints of Mandy #C9475C
RGB
CMYK
RGB Variations
Color information
#C9475C (or 0xC9475C) is known color: Mandy. HEX triplet: C9, 47 and 5C. RGB value is (201,71,92). Sum of RGB (Red+Green+Blue) = 201+71+92=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9475C is #36B8A3. Grayscale: #707070. Windows color (decimal): -3586212 or 6047689. OLE color: 6047689.
HSL color Cylindrical-coordinate representation of color #C9475C: hue angle of 350.31º 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 #C9475C is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 92 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.21 |
| HSL | 350.31º | 0.55% | 0.53% | - |
| HSV(B) | 350.31º | 0.65% | 0.79% | - |
| XYZ | 28.27 | 17.7 | 12.05 | - |
| YUV | 112.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 92 | 0 | 0.65 | 0.54 | 0.21 | 350.31 | 0.55 | 0.53 |
| Hex | C9 | 47 | 5C | 0 | 41 | 36 | 15 | 15E | 37 | 35 |
| Octal | 311 | 107 | 134 | 0 | 101 | 66 | 25 | 536 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1011100 | 0 | 1000001 | 110110 | 10101 | 101011110 | 110111 | 110101 |
Color Harmonies of #C9475C
Complementary color
Monochromatic Colors of #C9475C
Black with #C9475C
Text Example
Text Example
White with #C9475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9475C; }
p { color: rgb(201,71,92); }
H1.HeaderClassName
{
color: #C9475C;
}
.AnyTagClassName
{
color: #C9475C;
}
</style>
background-color css
<style>
a { background-color: #C9475C; }
a { background-color: rgb(201,71,92); }
div.DivClassName
{
background-color: #C9475C;
}
.BgClassName
{
background-color: #C9475C;
}
</style>
border-color css
<style>
span { border-color: #C9475C; }
span { border-color: rgb(201,71,92); }
td.TdClassName
{
border-color: #C9475C;
}
.TagClassName
{
border-color: #C9475C;
}
</style>