Shades of Mandy #CC424A
Tints of Mandy #CC424A
RGB
CMYK
RGB Variations
Color information
#CC424A (or 0xCC424A) is known color: Mandy. HEX triplet: CC, 42 and 4A. RGB value is (204,66,74). Sum of RGB (Red+Green+Blue) = 204+66+74=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC424A is #33BDB5. Grayscale: #6C6C6C. Windows color (decimal): -3390902 or 4866764. OLE color: 4866764.
HSL color Cylindrical-coordinate representation of color #CC424A: hue angle of 356.52º 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 #CC424A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 74 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.2 |
| HSL | 356.52º | 0.58% | 0.53% | - |
| HSV(B) | 356.52º | 0.68% | 0.8% | - |
| XYZ | 28.09 | 17.23 | 8.32 | - |
| YUV | 108.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 74 | 0 | 0.68 | 0.64 | 0.2 | 356.52 | 0.58 | 0.53 |
| Hex | CC | 42 | 4A | 0 | 44 | 40 | 14 | 165 | 3A | 35 |
| Octal | 314 | 102 | 112 | 0 | 104 | 100 | 24 | 545 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1001010 | 0 | 1000100 | 1000000 | 10100 | 101100101 | 111010 | 110101 |
Color Harmonies of #CC424A
Complementary color
Monochromatic Colors of #CC424A
Black with #CC424A
Text Example
Text Example
White with #CC424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC424A; }
p { color: rgb(204,66,74); }
H1.HeaderClassName
{
color: #CC424A;
}
.AnyTagClassName
{
color: #CC424A;
}
</style>
background-color css
<style>
a { background-color: #CC424A; }
a { background-color: rgb(204,66,74); }
div.DivClassName
{
background-color: #CC424A;
}
.BgClassName
{
background-color: #CC424A;
}
</style>
border-color css
<style>
span { border-color: #CC424A; }
span { border-color: rgb(204,66,74); }
td.TdClassName
{
border-color: #CC424A;
}
.TagClassName
{
border-color: #CC424A;
}
</style>