Shades of Mandy #C8555C
Tints of Mandy #C8555C
RGB
CMYK
RGB Variations
Color information
#C8555C (or 0xC8555C) is known color: Mandy. HEX triplet: C8, 55 and 5C. RGB value is (200,85,92). Sum of RGB (Red+Green+Blue) = 200+85+92=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555C is #37AAA3. Grayscale: #787878. Windows color (decimal): -3648164 or 6051272. OLE color: 6051272.
HSL color Cylindrical-coordinate representation of color #C8555C: hue angle of 356.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8555C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 92 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.22 |
| HSL | 356.35º | 0.51% | 0.56% | - |
| HSV(B) | 356.35º | 0.58% | 0.78% | - |
| XYZ | 29 | 19.55 | 12.37 | - |
| YUV | 120.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 92 | 0 | 0.58 | 0.54 | 0.22 | 356.35 | 0.51 | 0.56 |
| Hex | C8 | 55 | 5C | 0 | 3A | 36 | 16 | 164 | 33 | 38 |
| Octal | 310 | 125 | 134 | 0 | 72 | 66 | 26 | 544 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1011100 | 0 | 111010 | 110110 | 10110 | 101100100 | 110011 | 111000 |
Color Harmonies of #C8555C
Complementary color
Monochromatic Colors of #C8555C
Black with #C8555C
Text Example
Text Example
White with #C8555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8555C; }
p { color: rgb(200,85,92); }
H1.HeaderClassName
{
color: #C8555C;
}
.AnyTagClassName
{
color: #C8555C;
}
</style>
background-color css
<style>
a { background-color: #C8555C; }
a { background-color: rgb(200,85,92); }
div.DivClassName
{
background-color: #C8555C;
}
.BgClassName
{
background-color: #C8555C;
}
</style>
border-color css
<style>
span { border-color: #C8555C; }
span { border-color: rgb(200,85,92); }
td.TdClassName
{
border-color: #C8555C;
}
.TagClassName
{
border-color: #C8555C;
}
</style>