Shades of Mandy #CC5C5E
Tints of Mandy #CC5C5E
RGB
CMYK
RGB Variations
Color information
#CC5C5E (or 0xCC5C5E) is known color: Mandy. HEX triplet: CC, 5C and 5E. RGB value is (204,92,94). Sum of RGB (Red+Green+Blue) = 204+92+94=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C5E is #33A3A1. Grayscale: #7D7D7D. Windows color (decimal): -3384226 or 6184140. OLE color: 6184140.
HSL color Cylindrical-coordinate representation of color #CC5C5E: hue angle of 358.93º 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 #CC5C5E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 94 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.2 |
| HSL | 358.93º | 0.52% | 0.58% | - |
| HSV(B) | 358.93º | 0.55% | 0.8% | - |
| XYZ | 30.75 | 21.3 | 13.08 | - |
| YUV | 125.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 94 | 0 | 0.55 | 0.54 | 0.2 | 358.93 | 0.52 | 0.58 |
| Hex | CC | 5C | 5E | 0 | 37 | 36 | 14 | 167 | 34 | 3A |
| Octal | 314 | 134 | 136 | 0 | 67 | 66 | 24 | 547 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1011110 | 0 | 110111 | 110110 | 10100 | 101100111 | 110100 | 111010 |
Color Harmonies of #CC5C5E
Complementary color
Monochromatic Colors of #CC5C5E
Black with #CC5C5E
Text Example
Text Example
White with #CC5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C5E; }
p { color: rgb(204,92,94); }
H1.HeaderClassName
{
color: #CC5C5E;
}
.AnyTagClassName
{
color: #CC5C5E;
}
</style>
background-color css
<style>
a { background-color: #CC5C5E; }
a { background-color: rgb(204,92,94); }
div.DivClassName
{
background-color: #CC5C5E;
}
.BgClassName
{
background-color: #CC5C5E;
}
</style>
border-color css
<style>
span { border-color: #CC5C5E; }
span { border-color: rgb(204,92,94); }
td.TdClassName
{
border-color: #CC5C5E;
}
.TagClassName
{
border-color: #CC5C5E;
}
</style>