Shades of Mandy #CC545E
Tints of Mandy #CC545E
RGB
CMYK
RGB Variations
Color information
#CC545E (or 0xCC545E) is known color: Mandy. HEX triplet: CC, 54 and 5E. RGB value is (204,84,94). Sum of RGB (Red+Green+Blue) = 204+84+94=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC545E is #33ABA1. Grayscale: #797979. Windows color (decimal): -3386274 or 6182092. OLE color: 6182092.
HSL color Cylindrical-coordinate representation of color #CC545E: hue angle of 355º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC545E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 94 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.2 |
| HSL | 355º | 0.54% | 0.56% | - |
| HSV(B) | 355º | 0.59% | 0.8% | - |
| XYZ | 30.09 | 19.99 | 12.86 | - |
| YUV | 121.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 94 | 0 | 0.59 | 0.54 | 0.2 | 355 | 0.54 | 0.56 |
| Hex | CC | 54 | 5E | 0 | 3B | 36 | 14 | 163 | 36 | 38 |
| Octal | 314 | 124 | 136 | 0 | 73 | 66 | 24 | 543 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1011110 | 0 | 111011 | 110110 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CC545E
Complementary color
Monochromatic Colors of #CC545E
Black with #CC545E
Text Example
Text Example
White with #CC545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC545E; }
p { color: rgb(204,84,94); }
H1.HeaderClassName
{
color: #CC545E;
}
.AnyTagClassName
{
color: #CC545E;
}
</style>
background-color css
<style>
a { background-color: #CC545E; }
a { background-color: rgb(204,84,94); }
div.DivClassName
{
background-color: #CC545E;
}
.BgClassName
{
background-color: #CC545E;
}
</style>
border-color css
<style>
span { border-color: #CC545E; }
span { border-color: rgb(204,84,94); }
td.TdClassName
{
border-color: #CC545E;
}
.TagClassName
{
border-color: #CC545E;
}
</style>