Shades of Mandy #C04B59
Tints of Mandy #C04B59
RGB
CMYK
RGB Variations
Color information
#C04B59 (or 0xC04B59) is known color: Mandy. HEX triplet: C0, 4B and 59. RGB value is (192,75,89). Sum of RGB (Red+Green+Blue) = 192+75+89=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B59 is #3FB4A6. Grayscale: #6F6F6F. Windows color (decimal): -4175015 or 5852096. OLE color: 5852096.
HSL color Cylindrical-coordinate representation of color #C04B59: hue angle of 352.82º 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 #C04B59 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 89 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.25 |
| HSL | 352.82º | 0.48% | 0.52% | - |
| HSV(B) | 352.82º | 0.61% | 0.75% | - |
| XYZ | 26.06 | 16.96 | 11.35 | - |
| YUV | 111.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 89 | 0 | 0.61 | 0.54 | 0.25 | 352.82 | 0.48 | 0.52 |
| Hex | C0 | 4B | 59 | 0 | 3D | 36 | 19 | 161 | 30 | 34 |
| Octal | 300 | 113 | 131 | 0 | 75 | 66 | 31 | 541 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1011001 | 0 | 111101 | 110110 | 11001 | 101100001 | 110000 | 110100 |
Color Harmonies of #C04B59
Complementary color
Monochromatic Colors of #C04B59
Black with #C04B59
Text Example
Text Example
White with #C04B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B59; }
p { color: rgb(192,75,89); }
H1.HeaderClassName
{
color: #C04B59;
}
.AnyTagClassName
{
color: #C04B59;
}
</style>
background-color css
<style>
a { background-color: #C04B59; }
a { background-color: rgb(192,75,89); }
div.DivClassName
{
background-color: #C04B59;
}
.BgClassName
{
background-color: #C04B59;
}
</style>
border-color css
<style>
span { border-color: #C04B59; }
span { border-color: rgb(192,75,89); }
td.TdClassName
{
border-color: #C04B59;
}
.TagClassName
{
border-color: #C04B59;
}
</style>