Shades of Mandy #CC4854
Tints of Mandy #CC4854
RGB
CMYK
RGB Variations
Color information
#CC4854 (or 0xCC4854) is known color: Mandy. HEX triplet: CC, 48 and 54. RGB value is (204,72,84). Sum of RGB (Red+Green+Blue) = 204+72+84=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4854 is #33B7AB. Grayscale: #707070. Windows color (decimal): -3389356 or 5523660. OLE color: 5523660.
HSL color Cylindrical-coordinate representation of color #CC4854: hue angle of 354.55º 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 #CC4854 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 84 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.2 |
| HSL | 354.55º | 0.56% | 0.54% | - |
| HSV(B) | 354.55º | 0.65% | 0.8% | - |
| XYZ | 28.82 | 18.11 | 10.36 | - |
| YUV | 112.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 84 | 0 | 0.65 | 0.59 | 0.2 | 354.55 | 0.56 | 0.54 |
| Hex | CC | 48 | 54 | 0 | 41 | 3B | 14 | 163 | 38 | 36 |
| Octal | 314 | 110 | 124 | 0 | 101 | 73 | 24 | 543 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1010100 | 0 | 1000001 | 111011 | 10100 | 101100011 | 111000 | 110110 |
Color Harmonies of #CC4854
Complementary color
Monochromatic Colors of #CC4854
Black with #CC4854
Text Example
Text Example
White with #CC4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4854; }
p { color: rgb(204,72,84); }
H1.HeaderClassName
{
color: #CC4854;
}
.AnyTagClassName
{
color: #CC4854;
}
</style>
background-color css
<style>
a { background-color: #CC4854; }
a { background-color: rgb(204,72,84); }
div.DivClassName
{
background-color: #CC4854;
}
.BgClassName
{
background-color: #CC4854;
}
</style>
border-color css
<style>
span { border-color: #CC4854; }
span { border-color: rgb(204,72,84); }
td.TdClassName
{
border-color: #CC4854;
}
.TagClassName
{
border-color: #CC4854;
}
</style>