Shades of Mandy #CE434E
Tints of Mandy #CE434E
RGB
CMYK
RGB Variations
Color information
#CE434E (or 0xCE434E) is known color: Mandy. HEX triplet: CE, 43 and 4E. RGB value is (206,67,78). Sum of RGB (Red+Green+Blue) = 206+67+78=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE434E is #31BCB1. Grayscale: #6D6D6D. Windows color (decimal): -3259570 or 5129166. OLE color: 5129166.
HSL color Cylindrical-coordinate representation of color #CE434E: hue angle of 355.25º degrees, saturation: 0.59, 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 #CE434E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 78 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.19 |
| HSL | 355.25º | 0.59% | 0.54% | - |
| HSV(B) | 355.25º | 0.67% | 0.81% | - |
| XYZ | 28.84 | 17.69 | 9.1 | - |
| YUV | 109.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 78 | 0 | 0.67 | 0.62 | 0.19 | 355.25 | 0.59 | 0.54 |
| Hex | CE | 43 | 4E | 0 | 43 | 3E | 13 | 163 | 3B | 36 |
| Octal | 316 | 103 | 116 | 0 | 103 | 76 | 23 | 543 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1001110 | 0 | 1000011 | 111110 | 10011 | 101100011 | 111011 | 110110 |
Color Harmonies of #CE434E
Complementary color
Monochromatic Colors of #CE434E
Black with #CE434E
Text Example
Text Example
White with #CE434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE434E; }
p { color: rgb(206,67,78); }
H1.HeaderClassName
{
color: #CE434E;
}
.AnyTagClassName
{
color: #CE434E;
}
</style>
background-color css
<style>
a { background-color: #CE434E; }
a { background-color: rgb(206,67,78); }
div.DivClassName
{
background-color: #CE434E;
}
.BgClassName
{
background-color: #CE434E;
}
</style>
border-color css
<style>
span { border-color: #CE434E; }
span { border-color: rgb(206,67,78); }
td.TdClassName
{
border-color: #CE434E;
}
.TagClassName
{
border-color: #CE434E;
}
</style>