Shades of Mandy #CC4256
Tints of Mandy #CC4256
RGB
CMYK
RGB Variations
Color information
#CC4256 (or 0xCC4256) is known color: Mandy. HEX triplet: CC, 42 and 56. RGB value is (204,66,86). Sum of RGB (Red+Green+Blue) = 204+66+86=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4256 is #33BDA9. Grayscale: #6D6D6D. Windows color (decimal): -3390890 or 5653196. OLE color: 5653196.
HSL color Cylindrical-coordinate representation of color #CC4256: hue angle of 351.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4256 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 86 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.2 |
| HSL | 351.3º | 0.58% | 0.53% | - |
| HSV(B) | 351.3º | 0.68% | 0.8% | - |
| XYZ | 28.53 | 17.41 | 10.66 | - |
| YUV | 109.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 86 | 0 | 0.68 | 0.58 | 0.2 | 351.3 | 0.58 | 0.53 |
| Hex | CC | 42 | 56 | 0 | 44 | 3A | 14 | 15F | 3A | 35 |
| Octal | 314 | 102 | 126 | 0 | 104 | 72 | 24 | 537 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1010110 | 0 | 1000100 | 111010 | 10100 | 101011111 | 111010 | 110101 |
Color Harmonies of #CC4256
Complementary color
Monochromatic Colors of #CC4256
Black with #CC4256
Text Example
Text Example
White with #CC4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4256; }
p { color: rgb(204,66,86); }
H1.HeaderClassName
{
color: #CC4256;
}
.AnyTagClassName
{
color: #CC4256;
}
</style>
background-color css
<style>
a { background-color: #CC4256; }
a { background-color: rgb(204,66,86); }
div.DivClassName
{
background-color: #CC4256;
}
.BgClassName
{
background-color: #CC4256;
}
</style>
border-color css
<style>
span { border-color: #CC4256; }
span { border-color: rgb(204,66,86); }
td.TdClassName
{
border-color: #CC4256;
}
.TagClassName
{
border-color: #CC4256;
}
</style>