Shades of Mandy #C04A58
Tints of Mandy #C04A58
RGB
CMYK
RGB Variations
Color information
#C04A58 (or 0xC04A58) is known color: Mandy. HEX triplet: C0, 4A and 58. RGB value is (192,74,88). Sum of RGB (Red+Green+Blue) = 192+74+88=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A58 is #3FB5A7. Grayscale: #6E6E6E. Windows color (decimal): -4175272 or 5786304. OLE color: 5786304.
HSL color Cylindrical-coordinate representation of color #C04A58: hue angle of 352.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A58 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 88 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.25 |
| HSL | 352.88º | 0.48% | 0.52% | - |
| HSV(B) | 352.88º | 0.61% | 0.75% | - |
| XYZ | 25.95 | 16.81 | 11.11 | - |
| YUV | 110.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 88 | 0 | 0.61 | 0.54 | 0.25 | 352.88 | 0.48 | 0.52 |
| Hex | C0 | 4A | 58 | 0 | 3D | 36 | 19 | 161 | 30 | 34 |
| Octal | 300 | 112 | 130 | 0 | 75 | 66 | 31 | 541 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1011000 | 0 | 111101 | 110110 | 11001 | 101100001 | 110000 | 110100 |
Color Harmonies of #C04A58
Complementary color
Monochromatic Colors of #C04A58
Black with #C04A58
Text Example
Text Example
White with #C04A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A58; }
p { color: rgb(192,74,88); }
H1.HeaderClassName
{
color: #C04A58;
}
.AnyTagClassName
{
color: #C04A58;
}
</style>
background-color css
<style>
a { background-color: #C04A58; }
a { background-color: rgb(192,74,88); }
div.DivClassName
{
background-color: #C04A58;
}
.BgClassName
{
background-color: #C04A58;
}
</style>
border-color css
<style>
span { border-color: #C04A58; }
span { border-color: rgb(192,74,88); }
td.TdClassName
{
border-color: #C04A58;
}
.TagClassName
{
border-color: #C04A58;
}
</style>