Shades of Mandy #CC4450
Tints of Mandy #CC4450
RGB
CMYK
RGB Variations
Color information
#CC4450 (or 0xCC4450) is known color: Mandy. HEX triplet: CC, 44 and 50. RGB value is (204,68,80). Sum of RGB (Red+Green+Blue) = 204+68+80=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4450 is #33BBAF. Grayscale: #6E6E6E. Windows color (decimal): -3390384 or 5260492. OLE color: 5260492.
HSL color Cylindrical-coordinate representation of color #CC4450: hue angle of 354.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4450 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 80 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.2 |
| HSL | 354.71º | 0.57% | 0.53% | - |
| HSV(B) | 354.71º | 0.67% | 0.8% | - |
| XYZ | 28.42 | 17.55 | 9.48 | - |
| YUV | 110.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 80 | 0 | 0.67 | 0.61 | 0.2 | 354.71 | 0.57 | 0.53 |
| Hex | CC | 44 | 50 | 0 | 43 | 3D | 14 | 163 | 39 | 35 |
| Octal | 314 | 104 | 120 | 0 | 103 | 75 | 24 | 543 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1010000 | 0 | 1000011 | 111101 | 10100 | 101100011 | 111001 | 110101 |
Color Harmonies of #CC4450
Complementary color
Monochromatic Colors of #CC4450
Black with #CC4450
Text Example
Text Example
White with #CC4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4450; }
p { color: rgb(204,68,80); }
H1.HeaderClassName
{
color: #CC4450;
}
.AnyTagClassName
{
color: #CC4450;
}
</style>
background-color css
<style>
a { background-color: #CC4450; }
a { background-color: rgb(204,68,80); }
div.DivClassName
{
background-color: #CC4450;
}
.BgClassName
{
background-color: #CC4450;
}
</style>
border-color css
<style>
span { border-color: #CC4450; }
span { border-color: rgb(204,68,80); }
td.TdClassName
{
border-color: #CC4450;
}
.TagClassName
{
border-color: #CC4450;
}
</style>