Shades of Mandy #C94356
Tints of Mandy #C94356
RGB
CMYK
RGB Variations
Color information
#C94356 (or 0xC94356) is known color: Mandy. HEX triplet: C9, 43 and 56. RGB value is (201,67,86). Sum of RGB (Red+Green+Blue) = 201+67+86=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94356 is #36BCA9. Grayscale: #6D6D6D. Windows color (decimal): -3587242 or 5653449. OLE color: 5653449.
HSL color Cylindrical-coordinate representation of color #C94356: hue angle of 351.49º 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 #C94356 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 86 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.21 |
| HSL | 351.49º | 0.55% | 0.53% | - |
| HSV(B) | 351.49º | 0.67% | 0.79% | - |
| XYZ | 27.77 | 17.1 | 10.64 | - |
| YUV | 109.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 86 | 0 | 0.67 | 0.57 | 0.21 | 351.49 | 0.55 | 0.53 |
| Hex | C9 | 43 | 56 | 0 | 43 | 39 | 15 | 15F | 37 | 35 |
| Octal | 311 | 103 | 126 | 0 | 103 | 71 | 25 | 537 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1010110 | 0 | 1000011 | 111001 | 10101 | 101011111 | 110111 | 110101 |
Color Harmonies of #C94356
Complementary color
Monochromatic Colors of #C94356
Black with #C94356
Text Example
Text Example
White with #C94356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94356; }
p { color: rgb(201,67,86); }
H1.HeaderClassName
{
color: #C94356;
}
.AnyTagClassName
{
color: #C94356;
}
</style>
background-color css
<style>
a { background-color: #C94356; }
a { background-color: rgb(201,67,86); }
div.DivClassName
{
background-color: #C94356;
}
.BgClassName
{
background-color: #C94356;
}
</style>
border-color css
<style>
span { border-color: #C94356; }
span { border-color: rgb(201,67,86); }
td.TdClassName
{
border-color: #C94356;
}
.TagClassName
{
border-color: #C94356;
}
</style>