Shades of Mandy #CC4451
Tints of Mandy #CC4451
RGB
CMYK
RGB Variations
Color information
#CC4451 (or 0xCC4451) is known color: Mandy. HEX triplet: CC, 44 and 51. RGB value is (204,68,81). Sum of RGB (Red+Green+Blue) = 204+68+81=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4451 is #33BBAE. Grayscale: #6E6E6E. Windows color (decimal): -3390383 or 5326028. OLE color: 5326028.
HSL color Cylindrical-coordinate representation of color #CC4451: hue angle of 354.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4451 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 81 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.2 |
| HSL | 354.26º | 0.57% | 0.53% | - |
| HSV(B) | 354.26º | 0.67% | 0.8% | - |
| XYZ | 28.45 | 17.57 | 9.68 | - |
| YUV | 110.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 81 | 0 | 0.67 | 0.60 | 0.2 | 354.26 | 0.57 | 0.53 |
| Hex | CC | 44 | 51 | 0 | 43 | 3C | 14 | 162 | 39 | 35 |
| Octal | 314 | 104 | 121 | 0 | 103 | 74 | 24 | 542 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1010001 | 0 | 1000011 | 111100 | 10100 | 101100010 | 111001 | 110101 |
Color Harmonies of #CC4451
Complementary color
Monochromatic Colors of #CC4451
Black with #CC4451
Text Example
Text Example
White with #CC4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4451; }
p { color: rgb(204,68,81); }
H1.HeaderClassName
{
color: #CC4451;
}
.AnyTagClassName
{
color: #CC4451;
}
</style>
background-color css
<style>
a { background-color: #CC4451; }
a { background-color: rgb(204,68,81); }
div.DivClassName
{
background-color: #CC4451;
}
.BgClassName
{
background-color: #CC4451;
}
</style>
border-color css
<style>
span { border-color: #CC4451; }
span { border-color: rgb(204,68,81); }
td.TdClassName
{
border-color: #CC4451;
}
.TagClassName
{
border-color: #CC4451;
}
</style>