Shades of Mandy #CC464D
Tints of Mandy #CC464D
RGB
CMYK
RGB Variations
Color information
#CC464D (or 0xCC464D) is known color: Mandy. HEX triplet: CC, 46 and 4D. RGB value is (204,70,77). Sum of RGB (Red+Green+Blue) = 204+70+77=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC464D is #33B9B2. Grayscale: #6E6E6E. Windows color (decimal): -3389875 or 5064396. OLE color: 5064396.
HSL color Cylindrical-coordinate representation of color #CC464D: hue angle of 356.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC464D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 77 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.2 |
| HSL | 356.87º | 0.57% | 0.54% | - |
| HSV(B) | 356.87º | 0.66% | 0.8% | - |
| XYZ | 28.43 | 17.75 | 8.95 | - |
| YUV | 110.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 77 | 0 | 0.66 | 0.62 | 0.2 | 356.87 | 0.57 | 0.54 |
| Hex | CC | 46 | 4D | 0 | 42 | 3E | 14 | 165 | 39 | 36 |
| Octal | 314 | 106 | 115 | 0 | 102 | 76 | 24 | 545 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1001101 | 0 | 1000010 | 111110 | 10100 | 101100101 | 111001 | 110110 |
Color Harmonies of #CC464D
Complementary color
Monochromatic Colors of #CC464D
Black with #CC464D
Text Example
Text Example
White with #CC464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC464D; }
p { color: rgb(204,70,77); }
H1.HeaderClassName
{
color: #CC464D;
}
.AnyTagClassName
{
color: #CC464D;
}
</style>
background-color css
<style>
a { background-color: #CC464D; }
a { background-color: rgb(204,70,77); }
div.DivClassName
{
background-color: #CC464D;
}
.BgClassName
{
background-color: #CC464D;
}
</style>
border-color css
<style>
span { border-color: #CC464D; }
span { border-color: rgb(204,70,77); }
td.TdClassName
{
border-color: #CC464D;
}
.TagClassName
{
border-color: #CC464D;
}
</style>