Shades of Mandy #C04A4C
Tints of Mandy #C04A4C
RGB
CMYK
RGB Variations
Color information
#C04A4C (or 0xC04A4C) is known color: Mandy. HEX triplet: C0, 4A and 4C. RGB value is (192,74,76). Sum of RGB (Red+Green+Blue) = 192+74+76=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A4C is #3FB5B3. Grayscale: #6D6D6D. Windows color (decimal): -4175284 or 4999872. OLE color: 4999872.
HSL color Cylindrical-coordinate representation of color #C04A4C: hue angle of 358.98º 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 #C04A4C is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 76 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.25 |
| HSL | 358.98º | 0.48% | 0.52% | - |
| HSV(B) | 358.98º | 0.61% | 0.75% | - |
| XYZ | 25.49 | 16.63 | 8.7 | - |
| YUV | 109.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 76 | 0 | 0.61 | 0.60 | 0.25 | 358.98 | 0.48 | 0.52 |
| Hex | C0 | 4A | 4C | 0 | 3D | 3C | 19 | 167 | 30 | 34 |
| Octal | 300 | 112 | 114 | 0 | 75 | 74 | 31 | 547 | 60 | 64 |
| Binary | 11000000 | 1001010 | 1001100 | 0 | 111101 | 111100 | 11001 | 101100111 | 110000 | 110100 |
Color Harmonies of #C04A4C
Complementary color
Monochromatic Colors of #C04A4C
Black with #C04A4C
Text Example
Text Example
White with #C04A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A4C; }
p { color: rgb(192,74,76); }
H1.HeaderClassName
{
color: #C04A4C;
}
.AnyTagClassName
{
color: #C04A4C;
}
</style>
background-color css
<style>
a { background-color: #C04A4C; }
a { background-color: rgb(192,74,76); }
div.DivClassName
{
background-color: #C04A4C;
}
.BgClassName
{
background-color: #C04A4C;
}
</style>
border-color css
<style>
span { border-color: #C04A4C; }
span { border-color: rgb(192,74,76); }
td.TdClassName
{
border-color: #C04A4C;
}
.TagClassName
{
border-color: #C04A4C;
}
</style>