Shades of Mandy #C94650
Tints of Mandy #C94650
RGB
CMYK
RGB Variations
Color information
#C94650 (or 0xC94650) is known color: Mandy. HEX triplet: C9, 46 and 50. RGB value is (201,70,80). Sum of RGB (Red+Green+Blue) = 201+70+80=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94650 is #36B9AF. Grayscale: #6E6E6E. Windows color (decimal): -3586480 or 5261001. OLE color: 5261001.
HSL color Cylindrical-coordinate representation of color #C94650: hue angle of 355.42º 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 #C94650 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 80 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.21 |
| HSL | 355.42º | 0.55% | 0.53% | - |
| HSV(B) | 355.42º | 0.65% | 0.79% | - |
| XYZ | 27.73 | 17.38 | 9.48 | - |
| YUV | 110.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 80 | 0 | 0.65 | 0.60 | 0.21 | 355.42 | 0.55 | 0.53 |
| Hex | C9 | 46 | 50 | 0 | 41 | 3C | 15 | 163 | 37 | 35 |
| Octal | 311 | 106 | 120 | 0 | 101 | 74 | 25 | 543 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1010000 | 0 | 1000001 | 111100 | 10101 | 101100011 | 110111 | 110101 |
Color Harmonies of #C94650
Complementary color
Monochromatic Colors of #C94650
Black with #C94650
Text Example
Text Example
White with #C94650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94650; }
p { color: rgb(201,70,80); }
H1.HeaderClassName
{
color: #C94650;
}
.AnyTagClassName
{
color: #C94650;
}
</style>
background-color css
<style>
a { background-color: #C94650; }
a { background-color: rgb(201,70,80); }
div.DivClassName
{
background-color: #C94650;
}
.BgClassName
{
background-color: #C94650;
}
</style>
border-color css
<style>
span { border-color: #C94650; }
span { border-color: rgb(201,70,80); }
td.TdClassName
{
border-color: #C94650;
}
.TagClassName
{
border-color: #C94650;
}
</style>