Shades of Mandy #CC4550
Tints of Mandy #CC4550
RGB
CMYK
RGB Variations
Color information
#CC4550 (or 0xCC4550) is known color: Mandy. HEX triplet: CC, 45 and 50. RGB value is (204,69,80). Sum of RGB (Red+Green+Blue) = 204+69+80=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4550 is #33BAAF. Grayscale: #6E6E6E. Windows color (decimal): -3390128 or 5260748. OLE color: 5260748.
HSL color Cylindrical-coordinate representation of color #CC4550: hue angle of 355.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4550 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 80 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.2 |
| HSL | 355.11º | 0.57% | 0.54% | - |
| HSV(B) | 355.11º | 0.66% | 0.8% | - |
| XYZ | 28.48 | 17.67 | 9.5 | - |
| YUV | 110.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 80 | 0 | 0.66 | 0.61 | 0.2 | 355.11 | 0.57 | 0.54 |
| Hex | CC | 45 | 50 | 0 | 42 | 3D | 14 | 163 | 39 | 36 |
| Octal | 314 | 105 | 120 | 0 | 102 | 75 | 24 | 543 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1010000 | 0 | 1000010 | 111101 | 10100 | 101100011 | 111001 | 110110 |
Color Harmonies of #CC4550
Complementary color
Monochromatic Colors of #CC4550
Black with #CC4550
Text Example
Text Example
White with #CC4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4550; }
p { color: rgb(204,69,80); }
H1.HeaderClassName
{
color: #CC4550;
}
.AnyTagClassName
{
color: #CC4550;
}
</style>
background-color css
<style>
a { background-color: #CC4550; }
a { background-color: rgb(204,69,80); }
div.DivClassName
{
background-color: #CC4550;
}
.BgClassName
{
background-color: #CC4550;
}
</style>
border-color css
<style>
span { border-color: #CC4550; }
span { border-color: rgb(204,69,80); }
td.TdClassName
{
border-color: #CC4550;
}
.TagClassName
{
border-color: #CC4550;
}
</style>