Shades of Mandy #CC505E
Tints of Mandy #CC505E
RGB
CMYK
RGB Variations
Color information
#CC505E (or 0xCC505E) is known color: Mandy. HEX triplet: CC, 50 and 5E. RGB value is (204,80,94). Sum of RGB (Red+Green+Blue) = 204+80+94=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC505E is #33AFA1. Grayscale: #767676. Windows color (decimal): -3387298 or 6181068. OLE color: 6181068.
HSL color Cylindrical-coordinate representation of color #CC505E: hue angle of 353.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC505E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 94 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.2 |
| HSL | 353.23º | 0.55% | 0.56% | - |
| HSV(B) | 353.23º | 0.61% | 0.8% | - |
| XYZ | 29.79 | 19.38 | 12.76 | - |
| YUV | 118.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 94 | 0 | 0.61 | 0.54 | 0.2 | 353.23 | 0.55 | 0.56 |
| Hex | CC | 50 | 5E | 0 | 3D | 36 | 14 | 161 | 37 | 38 |
| Octal | 314 | 120 | 136 | 0 | 75 | 66 | 24 | 541 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1011110 | 0 | 111101 | 110110 | 10100 | 101100001 | 110111 | 111000 |
Color Harmonies of #CC505E
Complementary color
Monochromatic Colors of #CC505E
Black with #CC505E
Text Example
Text Example
White with #CC505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC505E; }
p { color: rgb(204,80,94); }
H1.HeaderClassName
{
color: #CC505E;
}
.AnyTagClassName
{
color: #CC505E;
}
</style>
background-color css
<style>
a { background-color: #CC505E; }
a { background-color: rgb(204,80,94); }
div.DivClassName
{
background-color: #CC505E;
}
.BgClassName
{
background-color: #CC505E;
}
</style>
border-color css
<style>
span { border-color: #CC505E; }
span { border-color: rgb(204,80,94); }
td.TdClassName
{
border-color: #CC505E;
}
.TagClassName
{
border-color: #CC505E;
}
</style>