Shades of Mandy #CC414D
Tints of Mandy #CC414D
RGB
CMYK
RGB Variations
Color information
#CC414D (or 0xCC414D) is known color: Mandy. HEX triplet: CC, 41 and 4D. RGB value is (204,65,77). Sum of RGB (Red+Green+Blue) = 204+65+77=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC414D is #33BEB2. Grayscale: #6C6C6C. Windows color (decimal): -3391155 or 5063116. OLE color: 5063116.
HSL color Cylindrical-coordinate representation of color #CC414D: hue angle of 354.82º degrees, saturation: 0.58, 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 #CC414D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.2 |
| HSL | 354.82º | 0.58% | 0.53% | - |
| HSV(B) | 354.82º | 0.68% | 0.8% | - |
| XYZ | 28.13 | 17.15 | 8.85 | - |
| YUV | 107.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 77 | 0 | 0.68 | 0.62 | 0.2 | 354.82 | 0.58 | 0.53 |
| Hex | CC | 41 | 4D | 0 | 44 | 3E | 14 | 163 | 3A | 35 |
| Octal | 314 | 101 | 115 | 0 | 104 | 76 | 24 | 543 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1001101 | 0 | 1000100 | 111110 | 10100 | 101100011 | 111010 | 110101 |
Color Harmonies of #CC414D
Complementary color
Monochromatic Colors of #CC414D
Black with #CC414D
Text Example
Text Example
White with #CC414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC414D; }
p { color: rgb(204,65,77); }
H1.HeaderClassName
{
color: #CC414D;
}
.AnyTagClassName
{
color: #CC414D;
}
</style>
background-color css
<style>
a { background-color: #CC414D; }
a { background-color: rgb(204,65,77); }
div.DivClassName
{
background-color: #CC414D;
}
.BgClassName
{
background-color: #CC414D;
}
</style>
border-color css
<style>
span { border-color: #CC414D; }
span { border-color: rgb(204,65,77); }
td.TdClassName
{
border-color: #CC414D;
}
.TagClassName
{
border-color: #CC414D;
}
</style>