Shades of Mandy #CC424C
Tints of Mandy #CC424C
RGB
CMYK
RGB Variations
Color information
#CC424C (or 0xCC424C) is known color: Mandy. HEX triplet: CC, 42 and 4C. RGB value is (204,66,76). Sum of RGB (Red+Green+Blue) = 204+66+76=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC424C is #33BDB3. Grayscale: #6C6C6C. Windows color (decimal): -3390900 or 4997836. OLE color: 4997836.
HSL color Cylindrical-coordinate representation of color #CC424C: hue angle of 355.65º 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 #CC424C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 76 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.2 |
| HSL | 355.65º | 0.58% | 0.53% | - |
| HSV(B) | 355.65º | 0.68% | 0.8% | - |
| XYZ | 28.15 | 17.26 | 8.68 | - |
| YUV | 108.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 76 | 0 | 0.68 | 0.63 | 0.2 | 355.65 | 0.58 | 0.53 |
| Hex | CC | 42 | 4C | 0 | 44 | 3F | 14 | 164 | 3A | 35 |
| Octal | 314 | 102 | 114 | 0 | 104 | 77 | 24 | 544 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1001100 | 0 | 1000100 | 111111 | 10100 | 101100100 | 111010 | 110101 |
Color Harmonies of #CC424C
Complementary color
Monochromatic Colors of #CC424C
Black with #CC424C
Text Example
Text Example
White with #CC424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC424C; }
p { color: rgb(204,66,76); }
H1.HeaderClassName
{
color: #CC424C;
}
.AnyTagClassName
{
color: #CC424C;
}
</style>
background-color css
<style>
a { background-color: #CC424C; }
a { background-color: rgb(204,66,76); }
div.DivClassName
{
background-color: #CC424C;
}
.BgClassName
{
background-color: #CC424C;
}
</style>
border-color css
<style>
span { border-color: #CC424C; }
span { border-color: rgb(204,66,76); }
td.TdClassName
{
border-color: #CC424C;
}
.TagClassName
{
border-color: #CC424C;
}
</style>