Shades of Mandy #C94056
Tints of Mandy #C94056
RGB
CMYK
RGB Variations
Color information
#C94056 (or 0xC94056) is known color: Mandy. HEX triplet: C9, 40 and 56. RGB value is (201,64,86). Sum of RGB (Red+Green+Blue) = 201+64+86=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94056 is #36BFA9. Grayscale: #6B6B6B. Windows color (decimal): -3588010 or 5652681. OLE color: 5652681.
HSL color Cylindrical-coordinate representation of color #C94056: hue angle of 350.36º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94056 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 86 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.21 |
| HSL | 350.37º | 0.56% | 0.52% | - |
| HSV(B) | 350.37º | 0.68% | 0.79% | - |
| XYZ | 27.6 | 16.76 | 10.58 | - |
| YUV | 107.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 86 | 0 | 0.68 | 0.57 | 0.21 | 350.37 | 0.56 | 0.52 |
| Hex | C9 | 40 | 56 | 0 | 44 | 39 | 15 | 15E | 38 | 34 |
| Octal | 311 | 100 | 126 | 0 | 104 | 71 | 25 | 536 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1010110 | 0 | 1000100 | 111001 | 10101 | 101011110 | 111000 | 110100 |
Color Harmonies of #C94056
Complementary color
Monochromatic Colors of #C94056
Black with #C94056
Text Example
Text Example
White with #C94056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94056; }
p { color: rgb(201,64,86); }
H1.HeaderClassName
{
color: #C94056;
}
.AnyTagClassName
{
color: #C94056;
}
</style>
background-color css
<style>
a { background-color: #C94056; }
a { background-color: rgb(201,64,86); }
div.DivClassName
{
background-color: #C94056;
}
.BgClassName
{
background-color: #C94056;
}
</style>
border-color css
<style>
span { border-color: #C94056; }
span { border-color: rgb(201,64,86); }
td.TdClassName
{
border-color: #C94056;
}
.TagClassName
{
border-color: #C94056;
}
</style>