Shades of Mandy #C04B55
Tints of Mandy #C04B55
RGB
CMYK
RGB Variations
Color information
#C04B55 (or 0xC04B55) is known color: Mandy. HEX triplet: C0, 4B and 55. RGB value is (192,75,85). Sum of RGB (Red+Green+Blue) = 192+75+85=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B55 is #3FB4AA. Grayscale: #6F6F6F. Windows color (decimal): -4175019 or 5589952. OLE color: 5589952.
HSL color Cylindrical-coordinate representation of color #C04B55: hue angle of 354.87º 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 #C04B55 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 85 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.25 |
| HSL | 354.87º | 0.48% | 0.52% | - |
| HSV(B) | 354.87º | 0.61% | 0.75% | - |
| XYZ | 25.89 | 16.89 | 10.49 | - |
| YUV | 111.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 85 | 0 | 0.61 | 0.56 | 0.25 | 354.87 | 0.48 | 0.52 |
| Hex | C0 | 4B | 55 | 0 | 3D | 38 | 19 | 163 | 30 | 34 |
| Octal | 300 | 113 | 125 | 0 | 75 | 70 | 31 | 543 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1010101 | 0 | 111101 | 111000 | 11001 | 101100011 | 110000 | 110100 |
Color Harmonies of #C04B55
Complementary color
Monochromatic Colors of #C04B55
Black with #C04B55
Text Example
Text Example
White with #C04B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B55; }
p { color: rgb(192,75,85); }
H1.HeaderClassName
{
color: #C04B55;
}
.AnyTagClassName
{
color: #C04B55;
}
</style>
background-color css
<style>
a { background-color: #C04B55; }
a { background-color: rgb(192,75,85); }
div.DivClassName
{
background-color: #C04B55;
}
.BgClassName
{
background-color: #C04B55;
}
</style>
border-color css
<style>
span { border-color: #C04B55; }
span { border-color: rgb(192,75,85); }
td.TdClassName
{
border-color: #C04B55;
}
.TagClassName
{
border-color: #C04B55;
}
</style>