Shades of Mandy #CC4851
Tints of Mandy #CC4851
RGB
CMYK
RGB Variations
Color information
#CC4851 (or 0xCC4851) is known color: Mandy. HEX triplet: CC, 48 and 51. RGB value is (204,72,81). Sum of RGB (Red+Green+Blue) = 204+72+81=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4851 is #33B7AE. Grayscale: #707070. Windows color (decimal): -3389359 or 5327052. OLE color: 5327052.
HSL color Cylindrical-coordinate representation of color #CC4851: hue angle of 355.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4851 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 81 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.2 |
| HSL | 355.91º | 0.56% | 0.54% | - |
| HSV(B) | 355.91º | 0.65% | 0.8% | - |
| XYZ | 28.7 | 18.07 | 9.76 | - |
| YUV | 112.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 81 | 0 | 0.65 | 0.60 | 0.2 | 355.91 | 0.56 | 0.54 |
| Hex | CC | 48 | 51 | 0 | 41 | 3C | 14 | 164 | 38 | 36 |
| Octal | 314 | 110 | 121 | 0 | 101 | 74 | 24 | 544 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1010001 | 0 | 1000001 | 111100 | 10100 | 101100100 | 111000 | 110110 |
Color Harmonies of #CC4851
Complementary color
Monochromatic Colors of #CC4851
Black with #CC4851
Text Example
Text Example
White with #CC4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4851; }
p { color: rgb(204,72,81); }
H1.HeaderClassName
{
color: #CC4851;
}
.AnyTagClassName
{
color: #CC4851;
}
</style>
background-color css
<style>
a { background-color: #CC4851; }
a { background-color: rgb(204,72,81); }
div.DivClassName
{
background-color: #CC4851;
}
.BgClassName
{
background-color: #CC4851;
}
</style>
border-color css
<style>
span { border-color: #CC4851; }
span { border-color: rgb(204,72,81); }
td.TdClassName
{
border-color: #CC4851;
}
.TagClassName
{
border-color: #CC4851;
}
</style>