Shades of Mandy #C04B52
Tints of Mandy #C04B52
RGB
CMYK
RGB Variations
Color information
#C04B52 (or 0xC04B52) is known color: Mandy. HEX triplet: C0, 4B and 52. RGB value is (192,75,82). Sum of RGB (Red+Green+Blue) = 192+75+82=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B52 is #3FB4AD. Grayscale: #6E6E6E. Windows color (decimal): -4175022 or 5393344. OLE color: 5393344.
HSL color Cylindrical-coordinate representation of color #C04B52: hue angle of 356.41º 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 #C04B52 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 82 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.25 |
| HSL | 356.41º | 0.48% | 0.52% | - |
| HSV(B) | 356.41º | 0.61% | 0.75% | - |
| XYZ | 25.78 | 16.85 | 9.88 | - |
| YUV | 110.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 82 | 0 | 0.61 | 0.57 | 0.25 | 356.41 | 0.48 | 0.52 |
| Hex | C0 | 4B | 52 | 0 | 3D | 39 | 19 | 164 | 30 | 34 |
| Octal | 300 | 113 | 122 | 0 | 75 | 71 | 31 | 544 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1010010 | 0 | 111101 | 111001 | 11001 | 101100100 | 110000 | 110100 |
Color Harmonies of #C04B52
Complementary color
Monochromatic Colors of #C04B52
Black with #C04B52
Text Example
Text Example
White with #C04B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B52; }
p { color: rgb(192,75,82); }
H1.HeaderClassName
{
color: #C04B52;
}
.AnyTagClassName
{
color: #C04B52;
}
</style>
background-color css
<style>
a { background-color: #C04B52; }
a { background-color: rgb(192,75,82); }
div.DivClassName
{
background-color: #C04B52;
}
.BgClassName
{
background-color: #C04B52;
}
</style>
border-color css
<style>
span { border-color: #C04B52; }
span { border-color: rgb(192,75,82); }
td.TdClassName
{
border-color: #C04B52;
}
.TagClassName
{
border-color: #C04B52;
}
</style>