Shades of Mandy #CC455E
Tints of Mandy #CC455E
RGB
CMYK
RGB Variations
Color information
#CC455E (or 0xCC455E) is known color: Mandy. HEX triplet: CC, 45 and 5E. RGB value is (204,69,94). Sum of RGB (Red+Green+Blue) = 204+69+94=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC455E is #33BAA1. Grayscale: #707070. Windows color (decimal): -3390114 or 6178252. OLE color: 6178252.
HSL color Cylindrical-coordinate representation of color #CC455E: hue angle of 348.89º 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 #CC455E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 94 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.2 |
| HSL | 348.89º | 0.57% | 0.54% | - |
| HSV(B) | 348.89º | 0.66% | 0.8% | - |
| XYZ | 29.05 | 17.9 | 12.51 | - |
| YUV | 112.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 94 | 0 | 0.66 | 0.54 | 0.2 | 348.89 | 0.57 | 0.54 |
| Hex | CC | 45 | 5E | 0 | 42 | 36 | 14 | 15D | 39 | 36 |
| Octal | 314 | 105 | 136 | 0 | 102 | 66 | 24 | 535 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1011110 | 0 | 1000010 | 110110 | 10100 | 101011101 | 111001 | 110110 |
Color Harmonies of #CC455E
Complementary color
Monochromatic Colors of #CC455E
Black with #CC455E
Text Example
Text Example
White with #CC455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC455E; }
p { color: rgb(204,69,94); }
H1.HeaderClassName
{
color: #CC455E;
}
.AnyTagClassName
{
color: #CC455E;
}
</style>
background-color css
<style>
a { background-color: #CC455E; }
a { background-color: rgb(204,69,94); }
div.DivClassName
{
background-color: #CC455E;
}
.BgClassName
{
background-color: #CC455E;
}
</style>
border-color css
<style>
span { border-color: #CC455E; }
span { border-color: rgb(204,69,94); }
td.TdClassName
{
border-color: #CC455E;
}
.TagClassName
{
border-color: #CC455E;
}
</style>