Shades of Mandy #C94252
Tints of Mandy #C94252
RGB
CMYK
RGB Variations
Color information
#C94252 (or 0xC94252) is known color: Mandy. HEX triplet: C9, 42 and 52. RGB value is (201,66,82). Sum of RGB (Red+Green+Blue) = 201+66+82=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C94252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94252 is #36BDAD. Grayscale: #6C6C6C. Windows color (decimal): -3587502 or 5391049. OLE color: 5391049.
HSL color Cylindrical-coordinate representation of color #C94252: hue angle of 352.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94252 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 82 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.21 |
| HSL | 352.89º | 0.56% | 0.52% | - |
| HSV(B) | 352.89º | 0.67% | 0.79% | - |
| XYZ | 27.56 | 16.92 | 9.8 | - |
| YUV | 108.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 82 | 0 | 0.67 | 0.59 | 0.21 | 352.89 | 0.56 | 0.52 |
| Hex | C9 | 42 | 52 | 0 | 43 | 3B | 15 | 161 | 38 | 34 |
| Octal | 311 | 102 | 122 | 0 | 103 | 73 | 25 | 541 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1010010 | 0 | 1000011 | 111011 | 10101 | 101100001 | 111000 | 110100 |
Color Harmonies of #C94252
Complementary color
Monochromatic Colors of #C94252
Black with #C94252
Text Example
Text Example
White with #C94252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94252; }
p { color: rgb(201,66,82); }
H1.HeaderClassName
{
color: #C94252;
}
.AnyTagClassName
{
color: #C94252;
}
</style>
background-color css
<style>
a { background-color: #C94252; }
a { background-color: rgb(201,66,82); }
div.DivClassName
{
background-color: #C94252;
}
.BgClassName
{
background-color: #C94252;
}
</style>
border-color css
<style>
span { border-color: #C94252; }
span { border-color: rgb(201,66,82); }
td.TdClassName
{
border-color: #C94252;
}
.TagClassName
{
border-color: #C94252;
}
</style>