Shades of Mandy #CE405B
Tints of Mandy #CE405B
RGB
CMYK
RGB Variations
Color information
#CE405B (or 0xCE405B) is known color: Mandy. HEX triplet: CE, 40 and 5B. RGB value is (206,64,91). Sum of RGB (Red+Green+Blue) = 206+64+91=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE405B is #31BFA4. Grayscale: #6D6D6D. Windows color (decimal): -3260325 or 5980366. OLE color: 5980366.
HSL color Cylindrical-coordinate representation of color #CE405B: hue angle of 348.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE405B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.19 |
| HSL | 348.59º | 0.59% | 0.53% | - |
| HSV(B) | 348.59º | 0.69% | 0.81% | - |
| XYZ | 29.18 | 17.54 | 11.75 | - |
| YUV | 109.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 91 | 0 | 0.69 | 0.56 | 0.19 | 348.59 | 0.59 | 0.53 |
| Hex | CE | 40 | 5B | 0 | 45 | 38 | 13 | 15D | 3B | 35 |
| Octal | 316 | 100 | 133 | 0 | 105 | 70 | 23 | 535 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1011011 | 0 | 1000101 | 111000 | 10011 | 101011101 | 111011 | 110101 |
Color Harmonies of #CE405B
Complementary color
Monochromatic Colors of #CE405B
Black with #CE405B
Text Example
Text Example
White with #CE405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE405B; }
p { color: rgb(206,64,91); }
H1.HeaderClassName
{
color: #CE405B;
}
.AnyTagClassName
{
color: #CE405B;
}
</style>
background-color css
<style>
a { background-color: #CE405B; }
a { background-color: rgb(206,64,91); }
div.DivClassName
{
background-color: #CE405B;
}
.BgClassName
{
background-color: #CE405B;
}
</style>
border-color css
<style>
span { border-color: #CE405B; }
span { border-color: rgb(206,64,91); }
td.TdClassName
{
border-color: #CE405B;
}
.TagClassName
{
border-color: #CE405B;
}
</style>