Shades of Mandy #CE6062
Tints of Mandy #CE6062
RGB
CMYK
RGB Variations
Color information
#CE6062 (or 0xCE6062) is known color: Mandy. HEX triplet: CE, 60 and 62. RGB value is (206,96,98). Sum of RGB (Red+Green+Blue) = 206+96+98=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6062 is #319F9D. Grayscale: #818181. Windows color (decimal): -3252126 or 6447310. OLE color: 6447310.
HSL color Cylindrical-coordinate representation of color #CE6062: hue angle of 358.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6062 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 98 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.19 |
| HSL | 358.91º | 0.53% | 0.59% | - |
| HSV(B) | 358.91º | 0.53% | 0.81% | - |
| XYZ | 31.84 | 22.37 | 14.19 | - |
| YUV | 129.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 98 | 0 | 0.53 | 0.52 | 0.19 | 358.91 | 0.53 | 0.59 |
| Hex | CE | 60 | 62 | 0 | 35 | 34 | 13 | 167 | 35 | 3B |
| Octal | 316 | 140 | 142 | 0 | 65 | 64 | 23 | 547 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1100010 | 0 | 110101 | 110100 | 10011 | 101100111 | 110101 | 111011 |
Color Harmonies of #CE6062
Complementary color
Monochromatic Colors of #CE6062
Black with #CE6062
Text Example
Text Example
White with #CE6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6062; }
p { color: rgb(206,96,98); }
H1.HeaderClassName
{
color: #CE6062;
}
.AnyTagClassName
{
color: #CE6062;
}
</style>
background-color css
<style>
a { background-color: #CE6062; }
a { background-color: rgb(206,96,98); }
div.DivClassName
{
background-color: #CE6062;
}
.BgClassName
{
background-color: #CE6062;
}
</style>
border-color css
<style>
span { border-color: #CE6062; }
span { border-color: rgb(206,96,98); }
td.TdClassName
{
border-color: #CE6062;
}
.TagClassName
{
border-color: #CE6062;
}
</style>