Shades of Mandy #C44253
Tints of Mandy #C44253
RGB
CMYK
RGB Variations
Color information
#C44253 (or 0xC44253) is known color: Mandy. HEX triplet: C4, 42 and 53. RGB value is (196,66,83). Sum of RGB (Red+Green+Blue) = 196+66+83=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C44253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44253 is #3BBDAC. Grayscale: #6A6A6A. Windows color (decimal): -3915181 or 5456580. OLE color: 5456580.
HSL color Cylindrical-coordinate representation of color #C44253: hue angle of 352.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44253 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 83 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.23 |
| HSL | 352.15º | 0.52% | 0.51% | - |
| HSV(B) | 352.15º | 0.66% | 0.77% | - |
| XYZ | 26.27 | 16.26 | 9.94 | - |
| YUV | 106.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 83 | 0 | 0.66 | 0.58 | 0.23 | 352.15 | 0.52 | 0.51 |
| Hex | C4 | 42 | 53 | 0 | 42 | 3A | 17 | 160 | 34 | 33 |
| Octal | 304 | 102 | 123 | 0 | 102 | 72 | 27 | 540 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1010011 | 0 | 1000010 | 111010 | 10111 | 101100000 | 110100 | 110011 |
Color Harmonies of #C44253
Complementary color
Monochromatic Colors of #C44253
Black with #C44253
Text Example
Text Example
White with #C44253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44253; }
p { color: rgb(196,66,83); }
H1.HeaderClassName
{
color: #C44253;
}
.AnyTagClassName
{
color: #C44253;
}
</style>
background-color css
<style>
a { background-color: #C44253; }
a { background-color: rgb(196,66,83); }
div.DivClassName
{
background-color: #C44253;
}
.BgClassName
{
background-color: #C44253;
}
</style>
border-color css
<style>
span { border-color: #C44253; }
span { border-color: rgb(196,66,83); }
td.TdClassName
{
border-color: #C44253;
}
.TagClassName
{
border-color: #C44253;
}
</style>