Shades of Mandy #CC545B
Tints of Mandy #CC545B
RGB
CMYK
RGB Variations
Color information
#CC545B (or 0xCC545B) is known color: Mandy. HEX triplet: CC, 54 and 5B. RGB value is (204,84,91). Sum of RGB (Red+Green+Blue) = 204+84+91=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC545B is #33ABA4. Grayscale: #787878. Windows color (decimal): -3386277 or 5985484. OLE color: 5985484.
HSL color Cylindrical-coordinate representation of color #CC545B: hue angle of 356.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 #CC545B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 91 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.2 |
| HSL | 356.5º | 0.54% | 0.56% | - |
| HSV(B) | 356.5º | 0.59% | 0.8% | - |
| XYZ | 29.96 | 19.93 | 12.17 | - |
| YUV | 120.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 91 | 0 | 0.59 | 0.55 | 0.2 | 356.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 5B | 0 | 3B | 37 | 14 | 164 | 36 | 38 |
| Octal | 314 | 124 | 133 | 0 | 73 | 67 | 24 | 544 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1011011 | 0 | 111011 | 110111 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CC545B
Complementary color
Monochromatic Colors of #CC545B
Black with #CC545B
Text Example
Text Example
White with #CC545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC545B; }
p { color: rgb(204,84,91); }
H1.HeaderClassName
{
color: #CC545B;
}
.AnyTagClassName
{
color: #CC545B;
}
</style>
background-color css
<style>
a { background-color: #CC545B; }
a { background-color: rgb(204,84,91); }
div.DivClassName
{
background-color: #CC545B;
}
.BgClassName
{
background-color: #CC545B;
}
</style>
border-color css
<style>
span { border-color: #CC545B; }
span { border-color: rgb(204,84,91); }
td.TdClassName
{
border-color: #CC545B;
}
.TagClassName
{
border-color: #CC545B;
}
</style>