Shades of Mandy #C84458
Tints of Mandy #C84458
RGB
CMYK
RGB Variations
Color information
#C84458 (or 0xC84458) is known color: Mandy. HEX triplet: C8, 44 and 58. RGB value is (200,68,88). Sum of RGB (Red+Green+Blue) = 200+68+88=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C84458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84458 is #37BBA7. Grayscale: #6D6D6D. Windows color (decimal): -3652520 or 5784776. OLE color: 5784776.
HSL color Cylindrical-coordinate representation of color #C84458: hue angle of 350.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84458 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 88 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.22 |
| HSL | 350.91º | 0.55% | 0.53% | - |
| HSV(B) | 350.91º | 0.66% | 0.78% | - |
| XYZ | 27.65 | 17.12 | 11.08 | - |
| YUV | 109.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 88 | 0 | 0.66 | 0.56 | 0.22 | 350.91 | 0.55 | 0.53 |
| Hex | C8 | 44 | 58 | 0 | 42 | 38 | 16 | 15F | 37 | 35 |
| Octal | 310 | 104 | 130 | 0 | 102 | 70 | 26 | 537 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1011000 | 0 | 1000010 | 111000 | 10110 | 101011111 | 110111 | 110101 |
Color Harmonies of #C84458
Complementary color
Monochromatic Colors of #C84458
Black with #C84458
Text Example
Text Example
White with #C84458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84458; }
p { color: rgb(200,68,88); }
H1.HeaderClassName
{
color: #C84458;
}
.AnyTagClassName
{
color: #C84458;
}
</style>
background-color css
<style>
a { background-color: #C84458; }
a { background-color: rgb(200,68,88); }
div.DivClassName
{
background-color: #C84458;
}
.BgClassName
{
background-color: #C84458;
}
</style>
border-color css
<style>
span { border-color: #C84458; }
span { border-color: rgb(200,68,88); }
td.TdClassName
{
border-color: #C84458;
}
.TagClassName
{
border-color: #C84458;
}
</style>