Shades of Mandy #CE454F
Tints of Mandy #CE454F
RGB
CMYK
RGB Variations
Color information
#CE454F (or 0xCE454F) is known color: Mandy. HEX triplet: CE, 45 and 4F. RGB value is (206,69,79). Sum of RGB (Red+Green+Blue) = 206+69+79=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE454F is #31BAB0. Grayscale: #6F6F6F. Windows color (decimal): -3259057 or 5195214. OLE color: 5195214.
HSL color Cylindrical-coordinate representation of color #CE454F: hue angle of 355.62º 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 #CE454F is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 79 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.19 |
| HSL | 355.62º | 0.58% | 0.54% | - |
| HSV(B) | 355.62º | 0.67% | 0.81% | - |
| XYZ | 28.99 | 17.94 | 9.33 | - |
| YUV | 111.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 79 | 0 | 0.67 | 0.62 | 0.19 | 355.62 | 0.58 | 0.54 |
| Hex | CE | 45 | 4F | 0 | 43 | 3E | 13 | 164 | 3A | 36 |
| Octal | 316 | 105 | 117 | 0 | 103 | 76 | 23 | 544 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1001111 | 0 | 1000011 | 111110 | 10011 | 101100100 | 111010 | 110110 |
Color Harmonies of #CE454F
Complementary color
Monochromatic Colors of #CE454F
Black with #CE454F
Text Example
Text Example
White with #CE454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE454F; }
p { color: rgb(206,69,79); }
H1.HeaderClassName
{
color: #CE454F;
}
.AnyTagClassName
{
color: #CE454F;
}
</style>
background-color css
<style>
a { background-color: #CE454F; }
a { background-color: rgb(206,69,79); }
div.DivClassName
{
background-color: #CE454F;
}
.BgClassName
{
background-color: #CE454F;
}
</style>
border-color css
<style>
span { border-color: #CE454F; }
span { border-color: rgb(206,69,79); }
td.TdClassName
{
border-color: #CE454F;
}
.TagClassName
{
border-color: #CE454F;
}
</style>