Shades of Mandy #CE445B
Tints of Mandy #CE445B
RGB
CMYK
RGB Variations
Color information
#CE445B (or 0xCE445B) is known color: Mandy. HEX triplet: CE, 44 and 5B. RGB value is (206,68,91). Sum of RGB (Red+Green+Blue) = 206+68+91=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE445B is #31BBA4. Grayscale: #6F6F6F. Windows color (decimal): -3259301 or 5981390. OLE color: 5981390.
HSL color Cylindrical-coordinate representation of color #CE445B: hue angle of 350º 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 #CE445B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 91 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.19 |
| HSL | 350º | 0.58% | 0.54% | - |
| HSV(B) | 350º | 0.67% | 0.81% | - |
| XYZ | 29.41 | 18.01 | 11.82 | - |
| YUV | 111.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 91 | 0 | 0.67 | 0.56 | 0.19 | 350 | 0.58 | 0.54 |
| Hex | CE | 44 | 5B | 0 | 43 | 38 | 13 | 15E | 3A | 36 |
| Octal | 316 | 104 | 133 | 0 | 103 | 70 | 23 | 536 | 72 | 66 |
| Binary | 11001110 | 1000100 | 1011011 | 0 | 1000011 | 111000 | 10011 | 101011110 | 111010 | 110110 |
Color Harmonies of #CE445B
Complementary color
Monochromatic Colors of #CE445B
Black with #CE445B
Text Example
Text Example
White with #CE445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE445B; }
p { color: rgb(206,68,91); }
H1.HeaderClassName
{
color: #CE445B;
}
.AnyTagClassName
{
color: #CE445B;
}
</style>
background-color css
<style>
a { background-color: #CE445B; }
a { background-color: rgb(206,68,91); }
div.DivClassName
{
background-color: #CE445B;
}
.BgClassName
{
background-color: #CE445B;
}
</style>
border-color css
<style>
span { border-color: #CE445B; }
span { border-color: rgb(206,68,91); }
td.TdClassName
{
border-color: #CE445B;
}
.TagClassName
{
border-color: #CE445B;
}
</style>