Shades of Mandy #C94357
Tints of Mandy #C94357
RGB
CMYK
RGB Variations
Color information
#C94357 (or 0xC94357) is known color: Mandy. HEX triplet: C9, 43 and 57. RGB value is (201,67,87). Sum of RGB (Red+Green+Blue) = 201+67+87=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94357 is #36BCA8. Grayscale: #6D6D6D. Windows color (decimal): -3587241 or 5718985. OLE color: 5718985.
HSL color Cylindrical-coordinate representation of color #C94357: hue angle of 351.04º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94357 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 87 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.21 |
| HSL | 351.04º | 0.55% | 0.53% | - |
| HSV(B) | 351.04º | 0.67% | 0.79% | - |
| XYZ | 27.81 | 17.12 | 10.86 | - |
| YUV | 109.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 87 | 0 | 0.67 | 0.57 | 0.21 | 351.04 | 0.55 | 0.53 |
| Hex | C9 | 43 | 57 | 0 | 43 | 39 | 15 | 15F | 37 | 35 |
| Octal | 311 | 103 | 127 | 0 | 103 | 71 | 25 | 537 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1010111 | 0 | 1000011 | 111001 | 10101 | 101011111 | 110111 | 110101 |
Color Harmonies of #C94357
Complementary color
Monochromatic Colors of #C94357
Black with #C94357
Text Example
Text Example
White with #C94357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94357; }
p { color: rgb(201,67,87); }
H1.HeaderClassName
{
color: #C94357;
}
.AnyTagClassName
{
color: #C94357;
}
</style>
background-color css
<style>
a { background-color: #C94357; }
a { background-color: rgb(201,67,87); }
div.DivClassName
{
background-color: #C94357;
}
.BgClassName
{
background-color: #C94357;
}
</style>
border-color css
<style>
span { border-color: #C94357; }
span { border-color: rgb(201,67,87); }
td.TdClassName
{
border-color: #C94357;
}
.TagClassName
{
border-color: #C94357;
}
</style>