Shades of Mandy #CE4555
Tints of Mandy #CE4555
RGB
CMYK
RGB Variations
Color information
#CE4555 (or 0xCE4555) is known color: Mandy. HEX triplet: CE, 45 and 55. RGB value is (206,69,85). Sum of RGB (Red+Green+Blue) = 206+69+85=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4555 is #31BAAA. Grayscale: #6F6F6F. Windows color (decimal): -3259051 or 5588430. OLE color: 5588430.
HSL color Cylindrical-coordinate representation of color #CE4555: hue angle of 352.99º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4555 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 85 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.19 |
| HSL | 352.99º | 0.58% | 0.54% | - |
| HSV(B) | 352.99º | 0.67% | 0.81% | - |
| XYZ | 29.22 | 18.03 | 10.54 | - |
| YUV | 111.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 85 | 0 | 0.67 | 0.59 | 0.19 | 352.99 | 0.58 | 0.54 |
| Hex | CE | 45 | 55 | 0 | 43 | 3B | 13 | 161 | 3A | 36 |
| Octal | 316 | 105 | 125 | 0 | 103 | 73 | 23 | 541 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1010101 | 0 | 1000011 | 111011 | 10011 | 101100001 | 111010 | 110110 |
Color Harmonies of #CE4555
Complementary color
Monochromatic Colors of #CE4555
Black with #CE4555
Text Example
Text Example
White with #CE4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4555; }
p { color: rgb(206,69,85); }
H1.HeaderClassName
{
color: #CE4555;
}
.AnyTagClassName
{
color: #CE4555;
}
</style>
background-color css
<style>
a { background-color: #CE4555; }
a { background-color: rgb(206,69,85); }
div.DivClassName
{
background-color: #CE4555;
}
.BgClassName
{
background-color: #CE4555;
}
</style>
border-color css
<style>
span { border-color: #CE4555; }
span { border-color: rgb(206,69,85); }
td.TdClassName
{
border-color: #CE4555;
}
.TagClassName
{
border-color: #CE4555;
}
</style>