Shades of Mandy #CC5B5C
Tints of Mandy #CC5B5C
RGB
CMYK
RGB Variations
Color information
#CC5B5C (or 0xCC5B5C) is known color: Mandy. HEX triplet: CC, 5B and 5C. RGB value is (204,91,92). Sum of RGB (Red+Green+Blue) = 204+91+92=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B5C is #33A4A3. Grayscale: #7D7D7D. Windows color (decimal): -3384484 or 6052812. OLE color: 6052812.
HSL color Cylindrical-coordinate representation of color #CC5B5C: hue angle of 359.47º degrees, saturation: 0.53, 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 #CC5B5C is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 92 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.2 |
| HSL | 359.47º | 0.53% | 0.58% | - |
| HSV(B) | 359.47º | 0.55% | 0.8% | - |
| XYZ | 30.57 | 21.09 | 12.58 | - |
| YUV | 124.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 92 | 0 | 0.55 | 0.55 | 0.2 | 359.47 | 0.53 | 0.58 |
| Hex | CC | 5B | 5C | 0 | 37 | 37 | 14 | 167 | 35 | 3A |
| Octal | 314 | 133 | 134 | 0 | 67 | 67 | 24 | 547 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1011100 | 0 | 110111 | 110111 | 10100 | 101100111 | 110101 | 111010 |
Color Harmonies of #CC5B5C
Complementary color
Monochromatic Colors of #CC5B5C
Black with #CC5B5C
Text Example
Text Example
White with #CC5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B5C; }
p { color: rgb(204,91,92); }
H1.HeaderClassName
{
color: #CC5B5C;
}
.AnyTagClassName
{
color: #CC5B5C;
}
</style>
background-color css
<style>
a { background-color: #CC5B5C; }
a { background-color: rgb(204,91,92); }
div.DivClassName
{
background-color: #CC5B5C;
}
.BgClassName
{
background-color: #CC5B5C;
}
</style>
border-color css
<style>
span { border-color: #CC5B5C; }
span { border-color: rgb(204,91,92); }
td.TdClassName
{
border-color: #CC5B5C;
}
.TagClassName
{
border-color: #CC5B5C;
}
</style>