Shades of Mandy #C04B5A
Tints of Mandy #C04B5A
RGB
CMYK
RGB Variations
Color information
#C04B5A (or 0xC04B5A) is known color: Mandy. HEX triplet: C0, 4B and 5A. RGB value is (192,75,90). Sum of RGB (Red+Green+Blue) = 192+75+90=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B5A is #3FB4A5. Grayscale: #6F6F6F. Windows color (decimal): -4175014 or 5917632. OLE color: 5917632.
HSL color Cylindrical-coordinate representation of color #C04B5A: hue angle of 352.31º 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 #C04B5A is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 90 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.25 |
| HSL | 352.31º | 0.48% | 0.52% | - |
| HSV(B) | 352.31º | 0.61% | 0.75% | - |
| XYZ | 26.1 | 16.98 | 11.57 | - |
| YUV | 111.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 90 | 0 | 0.61 | 0.53 | 0.25 | 352.31 | 0.48 | 0.52 |
| Hex | C0 | 4B | 5A | 0 | 3D | 35 | 19 | 160 | 30 | 34 |
| Octal | 300 | 113 | 132 | 0 | 75 | 65 | 31 | 540 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1011010 | 0 | 111101 | 110101 | 11001 | 101100000 | 110000 | 110100 |
Color Harmonies of #C04B5A
Complementary color
Monochromatic Colors of #C04B5A
Black with #C04B5A
Text Example
Text Example
White with #C04B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B5A; }
p { color: rgb(192,75,90); }
H1.HeaderClassName
{
color: #C04B5A;
}
.AnyTagClassName
{
color: #C04B5A;
}
</style>
background-color css
<style>
a { background-color: #C04B5A; }
a { background-color: rgb(192,75,90); }
div.DivClassName
{
background-color: #C04B5A;
}
.BgClassName
{
background-color: #C04B5A;
}
</style>
border-color css
<style>
span { border-color: #C04B5A; }
span { border-color: rgb(192,75,90); }
td.TdClassName
{
border-color: #C04B5A;
}
.TagClassName
{
border-color: #C04B5A;
}
</style>