Shades of Mandy #CC424F
Tints of Mandy #CC424F
RGB
CMYK
RGB Variations
Color information
#CC424F (or 0xCC424F) is known color: Mandy. HEX triplet: CC, 42 and 4F. RGB value is (204,66,79). Sum of RGB (Red+Green+Blue) = 204+66+79=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC424F is #33BDB0. Grayscale: #6C6C6C. Windows color (decimal): -3390897 or 5194444. OLE color: 5194444.
HSL color Cylindrical-coordinate representation of color #CC424F: hue angle of 354.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC424F is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 79 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.2 |
| HSL | 354.35º | 0.58% | 0.53% | - |
| HSV(B) | 354.35º | 0.68% | 0.8% | - |
| XYZ | 28.26 | 17.3 | 9.25 | - |
| YUV | 108.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 79 | 0 | 0.68 | 0.61 | 0.2 | 354.35 | 0.58 | 0.53 |
| Hex | CC | 42 | 4F | 0 | 44 | 3D | 14 | 162 | 3A | 35 |
| Octal | 314 | 102 | 117 | 0 | 104 | 75 | 24 | 542 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1001111 | 0 | 1000100 | 111101 | 10100 | 101100010 | 111010 | 110101 |
Color Harmonies of #CC424F
Complementary color
Monochromatic Colors of #CC424F
Black with #CC424F
Text Example
Text Example
White with #CC424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC424F; }
p { color: rgb(204,66,79); }
H1.HeaderClassName
{
color: #CC424F;
}
.AnyTagClassName
{
color: #CC424F;
}
</style>
background-color css
<style>
a { background-color: #CC424F; }
a { background-color: rgb(204,66,79); }
div.DivClassName
{
background-color: #CC424F;
}
.BgClassName
{
background-color: #CC424F;
}
</style>
border-color css
<style>
span { border-color: #CC424F; }
span { border-color: rgb(204,66,79); }
td.TdClassName
{
border-color: #CC424F;
}
.TagClassName
{
border-color: #CC424F;
}
</style>