Shades of Mandy #CC464E
Tints of Mandy #CC464E
RGB
CMYK
RGB Variations
Color information
#CC464E (or 0xCC464E) is known color: Mandy. HEX triplet: CC, 46 and 4E. RGB value is (204,70,78). Sum of RGB (Red+Green+Blue) = 204+70+78=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC464E is #33B9B1. Grayscale: #6F6F6F. Windows color (decimal): -3389874 or 5129932. OLE color: 5129932.
HSL color Cylindrical-coordinate representation of color #CC464E: hue angle of 356.42º 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 #CC464E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.2 |
| HSL | 356.42º | 0.57% | 0.54% | - |
| HSV(B) | 356.42º | 0.66% | 0.8% | - |
| XYZ | 28.47 | 17.77 | 9.14 | - |
| YUV | 110.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 78 | 0 | 0.66 | 0.62 | 0.2 | 356.42 | 0.57 | 0.54 |
| Hex | CC | 46 | 4E | 0 | 42 | 3E | 14 | 164 | 39 | 36 |
| Octal | 314 | 106 | 116 | 0 | 102 | 76 | 24 | 544 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1001110 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111001 | 110110 |
Color Harmonies of #CC464E
Complementary color
Monochromatic Colors of #CC464E
Black with #CC464E
Text Example
Text Example
White with #CC464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC464E; }
p { color: rgb(204,70,78); }
H1.HeaderClassName
{
color: #CC464E;
}
.AnyTagClassName
{
color: #CC464E;
}
</style>
background-color css
<style>
a { background-color: #CC464E; }
a { background-color: rgb(204,70,78); }
div.DivClassName
{
background-color: #CC464E;
}
.BgClassName
{
background-color: #CC464E;
}
</style>
border-color css
<style>
span { border-color: #CC464E; }
span { border-color: rgb(204,70,78); }
td.TdClassName
{
border-color: #CC464E;
}
.TagClassName
{
border-color: #CC464E;
}
</style>