Shades of Mandy #C84B5A
Tints of Mandy #C84B5A
RGB
CMYK
RGB Variations
Color information
#C84B5A (or 0xC84B5A) is known color: Mandy. HEX triplet: C8, 4B and 5A. RGB value is (200,75,90). Sum of RGB (Red+Green+Blue) = 200+75+90=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B5A is #37B4A5. Grayscale: #727272. Windows color (decimal): -3650726 or 5917640. OLE color: 5917640.
HSL color Cylindrical-coordinate representation of color #C84B5A: hue angle of 352.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84B5A is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 90 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.22 |
| HSL | 352.8º | 0.53% | 0.54% | - |
| HSV(B) | 352.8º | 0.63% | 0.78% | - |
| XYZ | 28.18 | 18.05 | 11.67 | - |
| YUV | 114.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 90 | 0 | 0.62 | 0.55 | 0.22 | 352.8 | 0.53 | 0.54 |
| Hex | C8 | 4B | 5A | 0 | 3E | 37 | 16 | 161 | 35 | 36 |
| Octal | 310 | 113 | 132 | 0 | 76 | 67 | 26 | 541 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1011010 | 0 | 111110 | 110111 | 10110 | 101100001 | 110101 | 110110 |
Color Harmonies of #C84B5A
Complementary color
Monochromatic Colors of #C84B5A
Black with #C84B5A
Text Example
Text Example
White with #C84B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B5A; }
p { color: rgb(200,75,90); }
H1.HeaderClassName
{
color: #C84B5A;
}
.AnyTagClassName
{
color: #C84B5A;
}
</style>
background-color css
<style>
a { background-color: #C84B5A; }
a { background-color: rgb(200,75,90); }
div.DivClassName
{
background-color: #C84B5A;
}
.BgClassName
{
background-color: #C84B5A;
}
</style>
border-color css
<style>
span { border-color: #C84B5A; }
span { border-color: rgb(200,75,90); }
td.TdClassName
{
border-color: #C84B5A;
}
.TagClassName
{
border-color: #C84B5A;
}
</style>