Shades of Mandy #C45152
Tints of Mandy #C45152
RGB
CMYK
RGB Variations
Color information
#C45152 (or 0xC45152) is known color: Mandy. HEX triplet: C4, 51 and 52. RGB value is (196,81,82). Sum of RGB (Red+Green+Blue) = 196+81+82=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C45152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45152 is #3BAEAD. Grayscale: #737373. Windows color (decimal): -3911342 or 5394884. OLE color: 5394884.
HSL color Cylindrical-coordinate representation of color #C45152: hue angle of 359.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45152 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 82 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.23 |
| HSL | 359.48º | 0.49% | 0.54% | - |
| HSV(B) | 359.48º | 0.59% | 0.77% | - |
| XYZ | 27.23 | 18.23 | 10.07 | - |
| YUV | 115.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 82 | 0 | 0.59 | 0.58 | 0.23 | 359.48 | 0.49 | 0.54 |
| Hex | C4 | 51 | 52 | 0 | 3B | 3A | 17 | 167 | 31 | 36 |
| Octal | 304 | 121 | 122 | 0 | 73 | 72 | 27 | 547 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1010010 | 0 | 111011 | 111010 | 10111 | 101100111 | 110001 | 110110 |
Color Harmonies of #C45152
Complementary color
Monochromatic Colors of #C45152
Black with #C45152
Text Example
Text Example
White with #C45152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45152; }
p { color: rgb(196,81,82); }
H1.HeaderClassName
{
color: #C45152;
}
.AnyTagClassName
{
color: #C45152;
}
</style>
background-color css
<style>
a { background-color: #C45152; }
a { background-color: rgb(196,81,82); }
div.DivClassName
{
background-color: #C45152;
}
.BgClassName
{
background-color: #C45152;
}
</style>
border-color css
<style>
span { border-color: #C45152; }
span { border-color: rgb(196,81,82); }
td.TdClassName
{
border-color: #C45152;
}
.TagClassName
{
border-color: #C45152;
}
</style>