Shades of Mandy #CC494F
Tints of Mandy #CC494F
RGB
CMYK
RGB Variations
Color information
#CC494F (or 0xCC494F) is known color: Mandy. HEX triplet: CC, 49 and 4F. RGB value is (204,73,79). Sum of RGB (Red+Green+Blue) = 204+73+79=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC494F is #33B6B0. Grayscale: #707070. Windows color (decimal): -3389105 or 5196236. OLE color: 5196236.
HSL color Cylindrical-coordinate representation of color #CC494F: hue angle of 357.25º 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 #CC494F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 79 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.2 |
| HSL | 357.25º | 0.56% | 0.54% | - |
| HSV(B) | 357.25º | 0.64% | 0.8% | - |
| XYZ | 28.7 | 18.17 | 9.39 | - |
| YUV | 112.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 79 | 0 | 0.64 | 0.61 | 0.2 | 357.25 | 0.56 | 0.54 |
| Hex | CC | 49 | 4F | 0 | 40 | 3D | 14 | 165 | 38 | 36 |
| Octal | 314 | 111 | 117 | 0 | 100 | 75 | 24 | 545 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1001111 | 0 | 1000000 | 111101 | 10100 | 101100101 | 111000 | 110110 |
Color Harmonies of #CC494F
Complementary color
Monochromatic Colors of #CC494F
Black with #CC494F
Text Example
Text Example
White with #CC494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC494F; }
p { color: rgb(204,73,79); }
H1.HeaderClassName
{
color: #CC494F;
}
.AnyTagClassName
{
color: #CC494F;
}
</style>
background-color css
<style>
a { background-color: #CC494F; }
a { background-color: rgb(204,73,79); }
div.DivClassName
{
background-color: #CC494F;
}
.BgClassName
{
background-color: #CC494F;
}
</style>
border-color css
<style>
span { border-color: #CC494F; }
span { border-color: rgb(204,73,79); }
td.TdClassName
{
border-color: #CC494F;
}
.TagClassName
{
border-color: #CC494F;
}
</style>