Shades of Mandy #CC4D5D
Tints of Mandy #CC4D5D
RGB
CMYK
RGB Variations
Color information
#CC4D5D (or 0xCC4D5D) is known color: Mandy. HEX triplet: CC, 4D and 5D. RGB value is (204,77,93). Sum of RGB (Red+Green+Blue) = 204+77+93=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D5D is #33B2A2. Grayscale: #747474. Windows color (decimal): -3388067 or 6114764. OLE color: 6114764.
HSL color Cylindrical-coordinate representation of color #CC4D5D: hue angle of 352.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D5D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 93 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.2 |
| HSL | 352.44º | 0.55% | 0.55% | - |
| HSV(B) | 352.44º | 0.62% | 0.8% | - |
| XYZ | 29.53 | 18.94 | 12.45 | - |
| YUV | 116.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 93 | 0 | 0.62 | 0.54 | 0.2 | 352.44 | 0.55 | 0.55 |
| Hex | CC | 4D | 5D | 0 | 3E | 36 | 14 | 160 | 37 | 37 |
| Octal | 314 | 115 | 135 | 0 | 76 | 66 | 24 | 540 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1011101 | 0 | 111110 | 110110 | 10100 | 101100000 | 110111 | 110111 |
Color Harmonies of #CC4D5D
Complementary color
Monochromatic Colors of #CC4D5D
Black with #CC4D5D
Text Example
Text Example
White with #CC4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D5D; }
p { color: rgb(204,77,93); }
H1.HeaderClassName
{
color: #CC4D5D;
}
.AnyTagClassName
{
color: #CC4D5D;
}
</style>
background-color css
<style>
a { background-color: #CC4D5D; }
a { background-color: rgb(204,77,93); }
div.DivClassName
{
background-color: #CC4D5D;
}
.BgClassName
{
background-color: #CC4D5D;
}
</style>
border-color css
<style>
span { border-color: #CC4D5D; }
span { border-color: rgb(204,77,93); }
td.TdClassName
{
border-color: #CC4D5D;
}
.TagClassName
{
border-color: #CC4D5D;
}
</style>