Shades of Mandy #C04758
Tints of Mandy #C04758
RGB
CMYK
RGB Variations
Color information
#C04758 (or 0xC04758) is known color: Mandy. HEX triplet: C0, 47 and 58. RGB value is (192,71,88). Sum of RGB (Red+Green+Blue) = 192+71+88=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C04758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04758 is #3FB8A7. Grayscale: #6D6D6D. Windows color (decimal): -4176040 or 5785536. OLE color: 5785536.
HSL color Cylindrical-coordinate representation of color #C04758: hue angle of 351.57º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04758 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 88 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.25 |
| HSL | 351.57º | 0.49% | 0.52% | - |
| HSV(B) | 351.57º | 0.63% | 0.75% | - |
| XYZ | 25.75 | 16.42 | 11.04 | - |
| YUV | 109.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 88 | 0 | 0.63 | 0.54 | 0.25 | 351.57 | 0.49 | 0.52 |
| Hex | C0 | 47 | 58 | 0 | 3F | 36 | 19 | 160 | 31 | 34 |
| Octal | 300 | 107 | 130 | 0 | 77 | 66 | 31 | 540 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1011000 | 0 | 111111 | 110110 | 11001 | 101100000 | 110001 | 110100 |
Color Harmonies of #C04758
Complementary color
Monochromatic Colors of #C04758
Black with #C04758
Text Example
Text Example
White with #C04758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04758; }
p { color: rgb(192,71,88); }
H1.HeaderClassName
{
color: #C04758;
}
.AnyTagClassName
{
color: #C04758;
}
</style>
background-color css
<style>
a { background-color: #C04758; }
a { background-color: rgb(192,71,88); }
div.DivClassName
{
background-color: #C04758;
}
.BgClassName
{
background-color: #C04758;
}
</style>
border-color css
<style>
span { border-color: #C04758; }
span { border-color: rgb(192,71,88); }
td.TdClassName
{
border-color: #C04758;
}
.TagClassName
{
border-color: #C04758;
}
</style>