Shades of Mandy #C94B4C
Tints of Mandy #C94B4C
RGB
CMYK
RGB Variations
Color information
#C94B4C (or 0xC94B4C) is known color: Mandy. HEX triplet: C9, 4B and 4C. RGB value is (201,75,76). Sum of RGB (Red+Green+Blue) = 201+75+76=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B4C is #36B4B3. Grayscale: #707070. Windows color (decimal): -3585204 or 5000137. OLE color: 5000137.
HSL color Cylindrical-coordinate representation of color #C94B4C: hue angle of 359.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B4C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 76 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.21 |
| HSL | 359.52º | 0.54% | 0.54% | - |
| HSV(B) | 359.52º | 0.63% | 0.79% | - |
| XYZ | 27.91 | 17.97 | 8.84 | - |
| YUV | 112.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 76 | 0 | 0.63 | 0.62 | 0.21 | 359.52 | 0.54 | 0.54 |
| Hex | C9 | 4B | 4C | 0 | 3F | 3E | 15 | 168 | 36 | 36 |
| Octal | 311 | 113 | 114 | 0 | 77 | 76 | 25 | 550 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1001100 | 0 | 111111 | 111110 | 10101 | 101101000 | 110110 | 110110 |
Color Harmonies of #C94B4C
Complementary color
Monochromatic Colors of #C94B4C
Black with #C94B4C
Text Example
Text Example
White with #C94B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B4C; }
p { color: rgb(201,75,76); }
H1.HeaderClassName
{
color: #C94B4C;
}
.AnyTagClassName
{
color: #C94B4C;
}
</style>
background-color css
<style>
a { background-color: #C94B4C; }
a { background-color: rgb(201,75,76); }
div.DivClassName
{
background-color: #C94B4C;
}
.BgClassName
{
background-color: #C94B4C;
}
</style>
border-color css
<style>
span { border-color: #C94B4C; }
span { border-color: rgb(201,75,76); }
td.TdClassName
{
border-color: #C94B4C;
}
.TagClassName
{
border-color: #C94B4C;
}
</style>