Shades of Mandy #CC555D
Tints of Mandy #CC555D
RGB
CMYK
RGB Variations
Color information
#CC555D (or 0xCC555D) is known color: Mandy. HEX triplet: CC, 55 and 5D. RGB value is (204,85,93). Sum of RGB (Red+Green+Blue) = 204+85+93=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC555D is #33AAA2. Grayscale: #797979. Windows color (decimal): -3386019 or 6116812. OLE color: 6116812.
HSL color Cylindrical-coordinate representation of color #CC555D: hue angle of 355.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC555D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 93 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.2 |
| HSL | 355.97º | 0.54% | 0.57% | - |
| HSV(B) | 355.97º | 0.58% | 0.8% | - |
| XYZ | 30.13 | 20.12 | 12.65 | - |
| YUV | 121.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 93 | 0 | 0.58 | 0.54 | 0.2 | 355.97 | 0.54 | 0.57 |
| Hex | CC | 55 | 5D | 0 | 3A | 36 | 14 | 164 | 36 | 39 |
| Octal | 314 | 125 | 135 | 0 | 72 | 66 | 24 | 544 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1011101 | 0 | 111010 | 110110 | 10100 | 101100100 | 110110 | 111001 |
Color Harmonies of #CC555D
Complementary color
Monochromatic Colors of #CC555D
Black with #CC555D
Text Example
Text Example
White with #CC555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC555D; }
p { color: rgb(204,85,93); }
H1.HeaderClassName
{
color: #CC555D;
}
.AnyTagClassName
{
color: #CC555D;
}
</style>
background-color css
<style>
a { background-color: #CC555D; }
a { background-color: rgb(204,85,93); }
div.DivClassName
{
background-color: #CC555D;
}
.BgClassName
{
background-color: #CC555D;
}
</style>
border-color css
<style>
span { border-color: #CC555D; }
span { border-color: rgb(204,85,93); }
td.TdClassName
{
border-color: #CC555D;
}
.TagClassName
{
border-color: #CC555D;
}
</style>