Shades of Mandy #CE555C
Tints of Mandy #CE555C
RGB
CMYK
RGB Variations
Color information
#CE555C (or 0xCE555C) is known color: Mandy. HEX triplet: CE, 55 and 5C. RGB value is (206,85,92). Sum of RGB (Red+Green+Blue) = 206+85+92=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE555C is #31AAA3. Grayscale: #7A7A7A. Windows color (decimal): -3254948 or 6051278. OLE color: 6051278.
HSL color Cylindrical-coordinate representation of color #CE555C: hue angle of 356.53º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE555C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 92 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.19 |
| HSL | 356.53º | 0.55% | 0.57% | - |
| HSV(B) | 356.53º | 0.59% | 0.81% | - |
| XYZ | 30.63 | 20.39 | 12.45 | - |
| YUV | 121.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 92 | 0 | 0.59 | 0.55 | 0.19 | 356.53 | 0.55 | 0.57 |
| Hex | CE | 55 | 5C | 0 | 3B | 37 | 13 | 165 | 37 | 39 |
| Octal | 316 | 125 | 134 | 0 | 73 | 67 | 23 | 545 | 67 | 71 |
| Binary | 11001110 | 1010101 | 1011100 | 0 | 111011 | 110111 | 10011 | 101100101 | 110111 | 111001 |
Color Harmonies of #CE555C
Complementary color
Monochromatic Colors of #CE555C
Black with #CE555C
Text Example
Text Example
White with #CE555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE555C; }
p { color: rgb(206,85,92); }
H1.HeaderClassName
{
color: #CE555C;
}
.AnyTagClassName
{
color: #CE555C;
}
</style>
background-color css
<style>
a { background-color: #CE555C; }
a { background-color: rgb(206,85,92); }
div.DivClassName
{
background-color: #CE555C;
}
.BgClassName
{
background-color: #CE555C;
}
</style>
border-color css
<style>
span { border-color: #CE555C; }
span { border-color: rgb(206,85,92); }
td.TdClassName
{
border-color: #CE555C;
}
.TagClassName
{
border-color: #CE555C;
}
</style>