Shades of Mandy #CC545D
Tints of Mandy #CC545D
RGB
CMYK
RGB Variations
Color information
#CC545D (or 0xCC545D) is known color: Mandy. HEX triplet: CC, 54 and 5D. RGB value is (204,84,93). Sum of RGB (Red+Green+Blue) = 204+84+93=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC545D is #33ABA2. Grayscale: #787878. Windows color (decimal): -3386275 or 6116556. OLE color: 6116556.
HSL color Cylindrical-coordinate representation of color #CC545D: hue angle of 355.5º 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 #CC545D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 93 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.2 |
| HSL | 355.5º | 0.54% | 0.56% | - |
| HSV(B) | 355.5º | 0.59% | 0.8% | - |
| XYZ | 30.05 | 19.97 | 12.63 | - |
| YUV | 120.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 93 | 0 | 0.59 | 0.54 | 0.2 | 355.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 5D | 0 | 3B | 36 | 14 | 164 | 36 | 38 |
| Octal | 314 | 124 | 135 | 0 | 73 | 66 | 24 | 544 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1011101 | 0 | 111011 | 110110 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CC545D
Complementary color
Monochromatic Colors of #CC545D
Black with #CC545D
Text Example
Text Example
White with #CC545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC545D; }
p { color: rgb(204,84,93); }
H1.HeaderClassName
{
color: #CC545D;
}
.AnyTagClassName
{
color: #CC545D;
}
</style>
background-color css
<style>
a { background-color: #CC545D; }
a { background-color: rgb(204,84,93); }
div.DivClassName
{
background-color: #CC545D;
}
.BgClassName
{
background-color: #CC545D;
}
</style>
border-color css
<style>
span { border-color: #CC545D; }
span { border-color: rgb(204,84,93); }
td.TdClassName
{
border-color: #CC545D;
}
.TagClassName
{
border-color: #CC545D;
}
</style>