Shades of Mandy #CC555C
Tints of Mandy #CC555C
RGB
CMYK
RGB Variations
Color information
#CC555C (or 0xCC555C) is known color: Mandy. HEX triplet: CC, 55 and 5C. RGB value is (204,85,92). Sum of RGB (Red+Green+Blue) = 204+85+92=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC555C is #33AAA3. Grayscale: #797979. Windows color (decimal): -3386020 or 6051276. OLE color: 6051276.
HSL color Cylindrical-coordinate representation of color #CC555C: hue angle of 356.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC555C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 92 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.2 |
| HSL | 356.47º | 0.54% | 0.57% | - |
| HSV(B) | 356.47º | 0.58% | 0.8% | - |
| XYZ | 30.08 | 20.11 | 12.42 | - |
| YUV | 121.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 92 | 0 | 0.58 | 0.55 | 0.2 | 356.47 | 0.54 | 0.57 |
| Hex | CC | 55 | 5C | 0 | 3A | 37 | 14 | 164 | 36 | 39 |
| Octal | 314 | 125 | 134 | 0 | 72 | 67 | 24 | 544 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1011100 | 0 | 111010 | 110111 | 10100 | 101100100 | 110110 | 111001 |
Color Harmonies of #CC555C
Complementary color
Monochromatic Colors of #CC555C
Black with #CC555C
Text Example
Text Example
White with #CC555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC555C; }
p { color: rgb(204,85,92); }
H1.HeaderClassName
{
color: #CC555C;
}
.AnyTagClassName
{
color: #CC555C;
}
</style>
background-color css
<style>
a { background-color: #CC555C; }
a { background-color: rgb(204,85,92); }
div.DivClassName
{
background-color: #CC555C;
}
.BgClassName
{
background-color: #CC555C;
}
</style>
border-color css
<style>
span { border-color: #CC555C; }
span { border-color: rgb(204,85,92); }
td.TdClassName
{
border-color: #CC555C;
}
.TagClassName
{
border-color: #CC555C;
}
</style>