Shades of Mandy #CE424A
Tints of Mandy #CE424A
RGB
CMYK
RGB Variations
Color information
#CE424A (or 0xCE424A) is known color: Mandy. HEX triplet: CE, 42 and 4A. RGB value is (206,66,74). Sum of RGB (Red+Green+Blue) = 206+66+74=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE424A is #31BDB5. Grayscale: #6C6C6C. Windows color (decimal): -3259830 or 4866766. OLE color: 4866766.
HSL color Cylindrical-coordinate representation of color #CE424A: hue angle of 356.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE424A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 74 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.19 |
| HSL | 356.57º | 0.59% | 0.53% | - |
| HSV(B) | 356.57º | 0.68% | 0.81% | - |
| XYZ | 28.64 | 17.51 | 8.35 | - |
| YUV | 108.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 74 | 0 | 0.68 | 0.64 | 0.19 | 356.57 | 0.59 | 0.53 |
| Hex | CE | 42 | 4A | 0 | 44 | 40 | 13 | 165 | 3B | 35 |
| Octal | 316 | 102 | 112 | 0 | 104 | 100 | 23 | 545 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1001010 | 0 | 1000100 | 1000000 | 10011 | 101100101 | 111011 | 110101 |
Color Harmonies of #CE424A
Complementary color
Monochromatic Colors of #CE424A
Black with #CE424A
Text Example
Text Example
White with #CE424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE424A; }
p { color: rgb(206,66,74); }
H1.HeaderClassName
{
color: #CE424A;
}
.AnyTagClassName
{
color: #CE424A;
}
</style>
background-color css
<style>
a { background-color: #CE424A; }
a { background-color: rgb(206,66,74); }
div.DivClassName
{
background-color: #CE424A;
}
.BgClassName
{
background-color: #CE424A;
}
</style>
border-color css
<style>
span { border-color: #CE424A; }
span { border-color: rgb(206,66,74); }
td.TdClassName
{
border-color: #CE424A;
}
.TagClassName
{
border-color: #CE424A;
}
</style>