Shades of Mandy #C94853
Tints of Mandy #C94853
RGB
CMYK
RGB Variations
Color information
#C94853 (or 0xC94853) is known color: Mandy. HEX triplet: C9, 48 and 53. RGB value is (201,72,83). Sum of RGB (Red+Green+Blue) = 201+72+83=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94853 is #36B7AC. Grayscale: #6F6F6F. Windows color (decimal): -3585965 or 5458121. OLE color: 5458121.
HSL color Cylindrical-coordinate representation of color #C94853: hue angle of 354.88º 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 #C94853 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 83 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.21 |
| HSL | 354.88º | 0.54% | 0.54% | - |
| HSV(B) | 354.88º | 0.64% | 0.79% | - |
| XYZ | 27.97 | 17.68 | 10.12 | - |
| YUV | 111.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 83 | 0 | 0.64 | 0.59 | 0.21 | 354.88 | 0.54 | 0.54 |
| Hex | C9 | 48 | 53 | 0 | 40 | 3B | 15 | 163 | 36 | 36 |
| Octal | 311 | 110 | 123 | 0 | 100 | 73 | 25 | 543 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1010011 | 0 | 1000000 | 111011 | 10101 | 101100011 | 110110 | 110110 |
Color Harmonies of #C94853
Complementary color
Monochromatic Colors of #C94853
Black with #C94853
Text Example
Text Example
White with #C94853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94853; }
p { color: rgb(201,72,83); }
H1.HeaderClassName
{
color: #C94853;
}
.AnyTagClassName
{
color: #C94853;
}
</style>
background-color css
<style>
a { background-color: #C94853; }
a { background-color: rgb(201,72,83); }
div.DivClassName
{
background-color: #C94853;
}
.BgClassName
{
background-color: #C94853;
}
</style>
border-color css
<style>
span { border-color: #C94853; }
span { border-color: rgb(201,72,83); }
td.TdClassName
{
border-color: #C94853;
}
.TagClassName
{
border-color: #C94853;
}
</style>