Shades of Mandy #CC4051
Tints of Mandy #CC4051
RGB
CMYK
RGB Variations
Color information
#CC4051 (or 0xCC4051) is known color: Mandy. HEX triplet: CC, 40 and 51. RGB value is (204,64,81). Sum of RGB (Red+Green+Blue) = 204+64+81=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4051 is #33BFAE. Grayscale: #6B6B6B. Windows color (decimal): -3391407 or 5325004. OLE color: 5325004.
HSL color Cylindrical-coordinate representation of color #CC4051: hue angle of 352.71º 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 #CC4051 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 81 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.2 |
| HSL | 352.71º | 0.58% | 0.53% | - |
| HSV(B) | 352.71º | 0.69% | 0.8% | - |
| XYZ | 28.22 | 17.1 | 9.6 | - |
| YUV | 107.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 81 | 0 | 0.69 | 0.60 | 0.2 | 352.71 | 0.58 | 0.53 |
| Hex | CC | 40 | 51 | 0 | 45 | 3C | 14 | 161 | 3A | 35 |
| Octal | 314 | 100 | 121 | 0 | 105 | 74 | 24 | 541 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1010001 | 0 | 1000101 | 111100 | 10100 | 101100001 | 111010 | 110101 |
Color Harmonies of #CC4051
Complementary color
Monochromatic Colors of #CC4051
Black with #CC4051
Text Example
Text Example
White with #CC4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4051; }
p { color: rgb(204,64,81); }
H1.HeaderClassName
{
color: #CC4051;
}
.AnyTagClassName
{
color: #CC4051;
}
</style>
background-color css
<style>
a { background-color: #CC4051; }
a { background-color: rgb(204,64,81); }
div.DivClassName
{
background-color: #CC4051;
}
.BgClassName
{
background-color: #CC4051;
}
</style>
border-color css
<style>
span { border-color: #CC4051; }
span { border-color: rgb(204,64,81); }
td.TdClassName
{
border-color: #CC4051;
}
.TagClassName
{
border-color: #CC4051;
}
</style>