Shades of Mandy #CC4950
Tints of Mandy #CC4950
RGB
CMYK
RGB Variations
Color information
#CC4950 (or 0xCC4950) is known color: Mandy. HEX triplet: CC, 49 and 50. RGB value is (204,73,80). Sum of RGB (Red+Green+Blue) = 204+73+80=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4950 is #33B6AF. Grayscale: #717171. Windows color (decimal): -3389104 or 5261772. OLE color: 5261772.
HSL color Cylindrical-coordinate representation of color #CC4950: hue angle of 356.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4950 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 80 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.2 |
| HSL | 356.79º | 0.56% | 0.54% | - |
| HSV(B) | 356.79º | 0.64% | 0.8% | - |
| XYZ | 28.73 | 18.18 | 9.58 | - |
| YUV | 112.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 80 | 0 | 0.64 | 0.61 | 0.2 | 356.79 | 0.56 | 0.54 |
| Hex | CC | 49 | 50 | 0 | 40 | 3D | 14 | 165 | 38 | 36 |
| Octal | 314 | 111 | 120 | 0 | 100 | 75 | 24 | 545 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1010000 | 0 | 1000000 | 111101 | 10100 | 101100101 | 111000 | 110110 |
Color Harmonies of #CC4950
Complementary color
Monochromatic Colors of #CC4950
Black with #CC4950
Text Example
Text Example
White with #CC4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4950; }
p { color: rgb(204,73,80); }
H1.HeaderClassName
{
color: #CC4950;
}
.AnyTagClassName
{
color: #CC4950;
}
</style>
background-color css
<style>
a { background-color: #CC4950; }
a { background-color: rgb(204,73,80); }
div.DivClassName
{
background-color: #CC4950;
}
.BgClassName
{
background-color: #CC4950;
}
</style>
border-color css
<style>
span { border-color: #CC4950; }
span { border-color: rgb(204,73,80); }
td.TdClassName
{
border-color: #CC4950;
}
.TagClassName
{
border-color: #CC4950;
}
</style>