Shades of Mandy #CC4055
Tints of Mandy #CC4055
RGB
CMYK
RGB Variations
Color information
#CC4055 (or 0xCC4055) is known color: Mandy. HEX triplet: CC, 40 and 55. RGB value is (204,64,85). Sum of RGB (Red+Green+Blue) = 204+64+85=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4055 is #33BFAA. Grayscale: #6C6C6C. Windows color (decimal): -3391403 or 5587148. OLE color: 5587148.
HSL color Cylindrical-coordinate representation of color #CC4055: hue angle of 351º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4055 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 85 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.2 |
| HSL | 351º | 0.58% | 0.53% | - |
| HSV(B) | 351º | 0.69% | 0.8% | - |
| XYZ | 28.37 | 17.16 | 10.41 | - |
| YUV | 108.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 85 | 0 | 0.69 | 0.58 | 0.2 | 351 | 0.58 | 0.53 |
| Hex | CC | 40 | 55 | 0 | 45 | 3A | 14 | 15F | 3A | 35 |
| Octal | 314 | 100 | 125 | 0 | 105 | 72 | 24 | 537 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1010101 | 0 | 1000101 | 111010 | 10100 | 101011111 | 111010 | 110101 |
Color Harmonies of #CC4055
Complementary color
Monochromatic Colors of #CC4055
Black with #CC4055
Text Example
Text Example
White with #CC4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4055; }
p { color: rgb(204,64,85); }
H1.HeaderClassName
{
color: #CC4055;
}
.AnyTagClassName
{
color: #CC4055;
}
</style>
background-color css
<style>
a { background-color: #CC4055; }
a { background-color: rgb(204,64,85); }
div.DivClassName
{
background-color: #CC4055;
}
.BgClassName
{
background-color: #CC4055;
}
</style>
border-color css
<style>
span { border-color: #CC4055; }
span { border-color: rgb(204,64,85); }
td.TdClassName
{
border-color: #CC4055;
}
.TagClassName
{
border-color: #CC4055;
}
</style>