Shades of Mandy #C84450
Tints of Mandy #C84450
RGB
CMYK
RGB Variations
Color information
#C84450 (or 0xC84450) is known color: Mandy. HEX triplet: C8, 44 and 50. RGB value is (200,68,80). Sum of RGB (Red+Green+Blue) = 200+68+80=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C84450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84450 is #37BBAF. Grayscale: #6C6C6C. Windows color (decimal): -3652528 or 5260488. OLE color: 5260488.
HSL color Cylindrical-coordinate representation of color #C84450: hue angle of 354.55º 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 #C84450 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 80 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.22 |
| HSL | 354.55º | 0.55% | 0.53% | - |
| HSV(B) | 354.55º | 0.66% | 0.78% | - |
| XYZ | 27.33 | 16.99 | 9.43 | - |
| YUV | 108.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 80 | 0 | 0.66 | 0.6 | 0.22 | 354.55 | 0.55 | 0.53 |
| Hex | C8 | 44 | 50 | 0 | 42 | 3C | 16 | 163 | 37 | 35 |
| Octal | 310 | 104 | 120 | 0 | 102 | 74 | 26 | 543 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1010000 | 0 | 1000010 | 111100 | 10110 | 101100011 | 110111 | 110101 |
Color Harmonies of #C84450
Complementary color
Monochromatic Colors of #C84450
Black with #C84450
Text Example
Text Example
White with #C84450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84450; }
p { color: rgb(200,68,80); }
H1.HeaderClassName
{
color: #C84450;
}
.AnyTagClassName
{
color: #C84450;
}
</style>
background-color css
<style>
a { background-color: #C84450; }
a { background-color: rgb(200,68,80); }
div.DivClassName
{
background-color: #C84450;
}
.BgClassName
{
background-color: #C84450;
}
</style>
border-color css
<style>
span { border-color: #C84450; }
span { border-color: rgb(200,68,80); }
td.TdClassName
{
border-color: #C84450;
}
.TagClassName
{
border-color: #C84450;
}
</style>