Shades of Mandy #CC5C5F
Tints of Mandy #CC5C5F
RGB
CMYK
RGB Variations
Color information
#CC5C5F (or 0xCC5C5F) is known color: Mandy. HEX triplet: CC, 5C and 5F. RGB value is (204,92,95). Sum of RGB (Red+Green+Blue) = 204+92+95=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C5F is #33A3A0. Grayscale: #7D7D7D. Windows color (decimal): -3384225 or 6249676. OLE color: 6249676.
HSL color Cylindrical-coordinate representation of color #CC5C5F: hue angle of 358.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C5F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 95 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.2 |
| HSL | 358.39º | 0.52% | 0.58% | - |
| HSV(B) | 358.39º | 0.55% | 0.8% | - |
| XYZ | 30.79 | 21.32 | 13.32 | - |
| YUV | 125.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 95 | 0 | 0.55 | 0.53 | 0.2 | 358.39 | 0.52 | 0.58 |
| Hex | CC | 5C | 5F | 0 | 37 | 35 | 14 | 166 | 34 | 3A |
| Octal | 314 | 134 | 137 | 0 | 67 | 65 | 24 | 546 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1011111 | 0 | 110111 | 110101 | 10100 | 101100110 | 110100 | 111010 |
Color Harmonies of #CC5C5F
Complementary color
Monochromatic Colors of #CC5C5F
Black with #CC5C5F
Text Example
Text Example
White with #CC5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C5F; }
p { color: rgb(204,92,95); }
H1.HeaderClassName
{
color: #CC5C5F;
}
.AnyTagClassName
{
color: #CC5C5F;
}
</style>
background-color css
<style>
a { background-color: #CC5C5F; }
a { background-color: rgb(204,92,95); }
div.DivClassName
{
background-color: #CC5C5F;
}
.BgClassName
{
background-color: #CC5C5F;
}
</style>
border-color css
<style>
span { border-color: #CC5C5F; }
span { border-color: rgb(204,92,95); }
td.TdClassName
{
border-color: #CC5C5F;
}
.TagClassName
{
border-color: #CC5C5F;
}
</style>