Shades of Mandy #C84A4D
Tints of Mandy #C84A4D
RGB
CMYK
RGB Variations
Color information
#C84A4D (or 0xC84A4D) is known color: Mandy. HEX triplet: C8, 4A and 4D. RGB value is (200,74,77). Sum of RGB (Red+Green+Blue) = 200+74+77=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A4D is #37B5B2. Grayscale: #707070. Windows color (decimal): -3650995 or 5065416. OLE color: 5065416.
HSL color Cylindrical-coordinate representation of color #C84A4D: hue angle of 358.57º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A4D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 77 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.22 |
| HSL | 358.57º | 0.53% | 0.54% | - |
| HSV(B) | 358.57º | 0.63% | 0.78% | - |
| XYZ | 27.61 | 17.71 | 8.98 | - |
| YUV | 112.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 77 | 0 | 0.63 | 0.62 | 0.22 | 358.57 | 0.53 | 0.54 |
| Hex | C8 | 4A | 4D | 0 | 3F | 3E | 16 | 167 | 35 | 36 |
| Octal | 310 | 112 | 115 | 0 | 77 | 76 | 26 | 547 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1001101 | 0 | 111111 | 111110 | 10110 | 101100111 | 110101 | 110110 |
Color Harmonies of #C84A4D
Complementary color
Monochromatic Colors of #C84A4D
Black with #C84A4D
Text Example
Text Example
White with #C84A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A4D; }
p { color: rgb(200,74,77); }
H1.HeaderClassName
{
color: #C84A4D;
}
.AnyTagClassName
{
color: #C84A4D;
}
</style>
background-color css
<style>
a { background-color: #C84A4D; }
a { background-color: rgb(200,74,77); }
div.DivClassName
{
background-color: #C84A4D;
}
.BgClassName
{
background-color: #C84A4D;
}
</style>
border-color css
<style>
span { border-color: #C84A4D; }
span { border-color: rgb(200,74,77); }
td.TdClassName
{
border-color: #C84A4D;
}
.TagClassName
{
border-color: #C84A4D;
}
</style>