Shades of Mandy #CC404D
Tints of Mandy #CC404D
RGB
CMYK
RGB Variations
Color information
#CC404D (or 0xCC404D) is known color: Mandy. HEX triplet: CC, 40 and 4D. RGB value is (204,64,77). Sum of RGB (Red+Green+Blue) = 204+64+77=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC404D is #33BFB2. Grayscale: #6B6B6B. Windows color (decimal): -3391411 or 5062860. OLE color: 5062860.
HSL color Cylindrical-coordinate representation of color #CC404D: hue angle of 354.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC404D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.2 |
| HSL | 354.43º | 0.58% | 0.53% | - |
| HSV(B) | 354.43º | 0.69% | 0.8% | - |
| XYZ | 28.07 | 17.04 | 8.83 | - |
| YUV | 107.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 77 | 0 | 0.69 | 0.62 | 0.2 | 354.43 | 0.58 | 0.53 |
| Hex | CC | 40 | 4D | 0 | 45 | 3E | 14 | 162 | 3A | 35 |
| Octal | 314 | 100 | 115 | 0 | 105 | 76 | 24 | 542 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1001101 | 0 | 1000101 | 111110 | 10100 | 101100010 | 111010 | 110101 |
Color Harmonies of #CC404D
Complementary color
Monochromatic Colors of #CC404D
Black with #CC404D
Text Example
Text Example
White with #CC404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC404D; }
p { color: rgb(204,64,77); }
H1.HeaderClassName
{
color: #CC404D;
}
.AnyTagClassName
{
color: #CC404D;
}
</style>
background-color css
<style>
a { background-color: #CC404D; }
a { background-color: rgb(204,64,77); }
div.DivClassName
{
background-color: #CC404D;
}
.BgClassName
{
background-color: #CC404D;
}
</style>
border-color css
<style>
span { border-color: #CC404D; }
span { border-color: rgb(204,64,77); }
td.TdClassName
{
border-color: #CC404D;
}
.TagClassName
{
border-color: #CC404D;
}
</style>