Shades of Mandy #C04952
Tints of Mandy #C04952
RGB
CMYK
RGB Variations
Color information
#C04952 (or 0xC04952) is known color: Mandy. HEX triplet: C0, 49 and 52. RGB value is (192,73,82). Sum of RGB (Red+Green+Blue) = 192+73+82=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04952 is #3FB6AD. Grayscale: #6D6D6D. Windows color (decimal): -4175534 or 5392832. OLE color: 5392832.
HSL color Cylindrical-coordinate representation of color #C04952: hue angle of 355.46º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04952 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 82 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.25 |
| HSL | 355.46º | 0.49% | 0.52% | - |
| HSV(B) | 355.46º | 0.62% | 0.75% | - |
| XYZ | 25.64 | 16.58 | 9.83 | - |
| YUV | 109.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 82 | 0 | 0.62 | 0.57 | 0.25 | 355.46 | 0.49 | 0.52 |
| Hex | C0 | 49 | 52 | 0 | 3E | 39 | 19 | 163 | 31 | 34 |
| Octal | 300 | 111 | 122 | 0 | 76 | 71 | 31 | 543 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1010010 | 0 | 111110 | 111001 | 11001 | 101100011 | 110001 | 110100 |
Color Harmonies of #C04952
Complementary color
Monochromatic Colors of #C04952
Black with #C04952
Text Example
Text Example
White with #C04952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04952; }
p { color: rgb(192,73,82); }
H1.HeaderClassName
{
color: #C04952;
}
.AnyTagClassName
{
color: #C04952;
}
</style>
background-color css
<style>
a { background-color: #C04952; }
a { background-color: rgb(192,73,82); }
div.DivClassName
{
background-color: #C04952;
}
.BgClassName
{
background-color: #C04952;
}
</style>
border-color css
<style>
span { border-color: #C04952; }
span { border-color: rgb(192,73,82); }
td.TdClassName
{
border-color: #C04952;
}
.TagClassName
{
border-color: #C04952;
}
</style>