Shades of Mandy #CE485A
Tints of Mandy #CE485A
RGB
CMYK
RGB Variations
Color information
#CE485A (or 0xCE485A) is known color: Mandy. HEX triplet: CE, 48 and 5A. RGB value is (206,72,90). Sum of RGB (Red+Green+Blue) = 206+72+90=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE485A is #31B7A5. Grayscale: #727272. Windows color (decimal): -3258278 or 5916878. OLE color: 5916878.
HSL color Cylindrical-coordinate representation of color #CE485A: hue angle of 351.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE485A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 90 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.19 |
| HSL | 351.94º | 0.58% | 0.55% | - |
| HSV(B) | 351.94º | 0.65% | 0.81% | - |
| XYZ | 29.62 | 18.49 | 11.68 | - |
| YUV | 114.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 90 | 0 | 0.65 | 0.56 | 0.19 | 351.94 | 0.58 | 0.55 |
| Hex | CE | 48 | 5A | 0 | 41 | 38 | 13 | 160 | 3A | 37 |
| Octal | 316 | 110 | 132 | 0 | 101 | 70 | 23 | 540 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1011010 | 0 | 1000001 | 111000 | 10011 | 101100000 | 111010 | 110111 |
Color Harmonies of #CE485A
Complementary color
Monochromatic Colors of #CE485A
Black with #CE485A
Text Example
Text Example
White with #CE485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE485A; }
p { color: rgb(206,72,90); }
H1.HeaderClassName
{
color: #CE485A;
}
.AnyTagClassName
{
color: #CE485A;
}
</style>
background-color css
<style>
a { background-color: #CE485A; }
a { background-color: rgb(206,72,90); }
div.DivClassName
{
background-color: #CE485A;
}
.BgClassName
{
background-color: #CE485A;
}
</style>
border-color css
<style>
span { border-color: #CE485A; }
span { border-color: rgb(206,72,90); }
td.TdClassName
{
border-color: #CE485A;
}
.TagClassName
{
border-color: #CE485A;
}
</style>