Shades of Mandy #CC4A50
Tints of Mandy #CC4A50
RGB
CMYK
RGB Variations
Color information
#CC4A50 (or 0xCC4A50) is known color: Mandy. HEX triplet: CC, 4A and 50. RGB value is (204,74,80). Sum of RGB (Red+Green+Blue) = 204+74+80=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A50 is #33B5AF. Grayscale: #717171. Windows color (decimal): -3388848 or 5262028. OLE color: 5262028.
HSL color Cylindrical-coordinate representation of color #CC4A50: hue angle of 357.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A50 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 80 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.2 |
| HSL | 357.23º | 0.56% | 0.55% | - |
| HSV(B) | 357.23º | 0.64% | 0.8% | - |
| XYZ | 28.8 | 18.31 | 9.61 | - |
| YUV | 113.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 80 | 0 | 0.64 | 0.61 | 0.2 | 357.23 | 0.56 | 0.55 |
| Hex | CC | 4A | 50 | 0 | 40 | 3D | 14 | 165 | 38 | 37 |
| Octal | 314 | 112 | 120 | 0 | 100 | 75 | 24 | 545 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1010000 | 0 | 1000000 | 111101 | 10100 | 101100101 | 111000 | 110111 |
Color Harmonies of #CC4A50
Complementary color
Monochromatic Colors of #CC4A50
Black with #CC4A50
Text Example
Text Example
White with #CC4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A50; }
p { color: rgb(204,74,80); }
H1.HeaderClassName
{
color: #CC4A50;
}
.AnyTagClassName
{
color: #CC4A50;
}
</style>
background-color css
<style>
a { background-color: #CC4A50; }
a { background-color: rgb(204,74,80); }
div.DivClassName
{
background-color: #CC4A50;
}
.BgClassName
{
background-color: #CC4A50;
}
</style>
border-color css
<style>
span { border-color: #CC4A50; }
span { border-color: rgb(204,74,80); }
td.TdClassName
{
border-color: #CC4A50;
}
.TagClassName
{
border-color: #CC4A50;
}
</style>