Shades of Mandy #CC5A5B
Tints of Mandy #CC5A5B
RGB
CMYK
RGB Variations
Color information
#CC5A5B (or 0xCC5A5B) is known color: Mandy. HEX triplet: CC, 5A and 5B. RGB value is (204,90,91). Sum of RGB (Red+Green+Blue) = 204+90+91=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A5B is #33A5A4. Grayscale: #7C7C7C. Windows color (decimal): -3384741 or 5987020. OLE color: 5987020.
HSL color Cylindrical-coordinate representation of color #CC5A5B: hue angle of 359.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A5B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 91 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.2 |
| HSL | 359.47º | 0.53% | 0.58% | - |
| HSV(B) | 359.47º | 0.56% | 0.8% | - |
| XYZ | 30.45 | 20.91 | 12.33 | - |
| YUV | 124.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 91 | 0 | 0.56 | 0.55 | 0.2 | 359.47 | 0.53 | 0.58 |
| Hex | CC | 5A | 5B | 0 | 38 | 37 | 14 | 167 | 35 | 3A |
| Octal | 314 | 132 | 133 | 0 | 70 | 67 | 24 | 547 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1011011 | 0 | 111000 | 110111 | 10100 | 101100111 | 110101 | 111010 |
Color Harmonies of #CC5A5B
Complementary color
Monochromatic Colors of #CC5A5B
Black with #CC5A5B
Text Example
Text Example
White with #CC5A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A5B; }
p { color: rgb(204,90,91); }
H1.HeaderClassName
{
color: #CC5A5B;
}
.AnyTagClassName
{
color: #CC5A5B;
}
</style>
background-color css
<style>
a { background-color: #CC5A5B; }
a { background-color: rgb(204,90,91); }
div.DivClassName
{
background-color: #CC5A5B;
}
.BgClassName
{
background-color: #CC5A5B;
}
</style>
border-color css
<style>
span { border-color: #CC5A5B; }
span { border-color: rgb(204,90,91); }
td.TdClassName
{
border-color: #CC5A5B;
}
.TagClassName
{
border-color: #CC5A5B;
}
</style>