Shades of Mandy #CC495D
Tints of Mandy #CC495D
RGB
CMYK
RGB Variations
Color information
#CC495D (or 0xCC495D) is known color: Mandy. HEX triplet: CC, 49 and 5D. RGB value is (204,73,93). Sum of RGB (Red+Green+Blue) = 204+73+93=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC495D is #33B6A2. Grayscale: #727272. Windows color (decimal): -3389091 or 6113740. OLE color: 6113740.
HSL color Cylindrical-coordinate representation of color #CC495D: hue angle of 350.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC495D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 93 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.2 |
| HSL | 350.84º | 0.56% | 0.54% | - |
| HSV(B) | 350.84º | 0.64% | 0.8% | - |
| XYZ | 29.26 | 18.39 | 12.36 | - |
| YUV | 114.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 93 | 0 | 0.64 | 0.54 | 0.2 | 350.84 | 0.56 | 0.54 |
| Hex | CC | 49 | 5D | 0 | 40 | 36 | 14 | 15F | 38 | 36 |
| Octal | 314 | 111 | 135 | 0 | 100 | 66 | 24 | 537 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1011101 | 0 | 1000000 | 110110 | 10100 | 101011111 | 111000 | 110110 |
Color Harmonies of #CC495D
Complementary color
Monochromatic Colors of #CC495D
Black with #CC495D
Text Example
Text Example
White with #CC495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC495D; }
p { color: rgb(204,73,93); }
H1.HeaderClassName
{
color: #CC495D;
}
.AnyTagClassName
{
color: #CC495D;
}
</style>
background-color css
<style>
a { background-color: #CC495D; }
a { background-color: rgb(204,73,93); }
div.DivClassName
{
background-color: #CC495D;
}
.BgClassName
{
background-color: #CC495D;
}
</style>
border-color css
<style>
span { border-color: #CC495D; }
span { border-color: rgb(204,73,93); }
td.TdClassName
{
border-color: #CC495D;
}
.TagClassName
{
border-color: #CC495D;
}
</style>