Shades of Mandy #CE465A
Tints of Mandy #CE465A
RGB
CMYK
RGB Variations
Color information
#CE465A (or 0xCE465A) is known color: Mandy. HEX triplet: CE, 46 and 5A. RGB value is (206,70,90). Sum of RGB (Red+Green+Blue) = 206+70+90=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE465A is #31B9A5. Grayscale: #717171. Windows color (decimal): -3258790 or 5916366. OLE color: 5916366.
HSL color Cylindrical-coordinate representation of color #CE465A: hue angle of 351.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE465A is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 90 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.19 |
| HSL | 351.18º | 0.58% | 0.54% | - |
| HSV(B) | 351.18º | 0.66% | 0.81% | - |
| XYZ | 29.49 | 18.24 | 11.64 | - |
| YUV | 112.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 90 | 0 | 0.66 | 0.56 | 0.19 | 351.18 | 0.58 | 0.54 |
| Hex | CE | 46 | 5A | 0 | 42 | 38 | 13 | 15F | 3A | 36 |
| Octal | 316 | 106 | 132 | 0 | 102 | 70 | 23 | 537 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1011010 | 0 | 1000010 | 111000 | 10011 | 101011111 | 111010 | 110110 |
Color Harmonies of #CE465A
Complementary color
Monochromatic Colors of #CE465A
Black with #CE465A
Text Example
Text Example
White with #CE465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE465A; }
p { color: rgb(206,70,90); }
H1.HeaderClassName
{
color: #CE465A;
}
.AnyTagClassName
{
color: #CE465A;
}
</style>
background-color css
<style>
a { background-color: #CE465A; }
a { background-color: rgb(206,70,90); }
div.DivClassName
{
background-color: #CE465A;
}
.BgClassName
{
background-color: #CE465A;
}
</style>
border-color css
<style>
span { border-color: #CE465A; }
span { border-color: rgb(206,70,90); }
td.TdClassName
{
border-color: #CE465A;
}
.TagClassName
{
border-color: #CE465A;
}
</style>