Shades of Mandy #C04A4D
Tints of Mandy #C04A4D
RGB
CMYK
RGB Variations
Color information
#C04A4D (or 0xC04A4D) is known color: Mandy. HEX triplet: C0, 4A and 4D. RGB value is (192,74,77). Sum of RGB (Red+Green+Blue) = 192+74+77=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A4D is #3FB5B2. Grayscale: #6D6D6D. Windows color (decimal): -4175283 or 5065408. OLE color: 5065408.
HSL color Cylindrical-coordinate representation of color #C04A4D: hue angle of 358.47º 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 #C04A4D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 77 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.25 |
| HSL | 358.47º | 0.48% | 0.52% | - |
| HSV(B) | 358.47º | 0.61% | 0.75% | - |
| XYZ | 25.53 | 16.64 | 8.89 | - |
| YUV | 109.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 77 | 0 | 0.61 | 0.60 | 0.25 | 358.47 | 0.48 | 0.52 |
| Hex | C0 | 4A | 4D | 0 | 3D | 3C | 19 | 166 | 30 | 34 |
| Octal | 300 | 112 | 115 | 0 | 75 | 74 | 31 | 546 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1001101 | 0 | 111101 | 111100 | 11001 | 101100110 | 110000 | 110100 |
Color Harmonies of #C04A4D
Complementary color
Monochromatic Colors of #C04A4D
Black with #C04A4D
Text Example
Text Example
White with #C04A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A4D; }
p { color: rgb(192,74,77); }
H1.HeaderClassName
{
color: #C04A4D;
}
.AnyTagClassName
{
color: #C04A4D;
}
</style>
background-color css
<style>
a { background-color: #C04A4D; }
a { background-color: rgb(192,74,77); }
div.DivClassName
{
background-color: #C04A4D;
}
.BgClassName
{
background-color: #C04A4D;
}
</style>
border-color css
<style>
span { border-color: #C04A4D; }
span { border-color: rgb(192,74,77); }
td.TdClassName
{
border-color: #C04A4D;
}
.TagClassName
{
border-color: #C04A4D;
}
</style>