Shades of Mandy #C85B5C
Tints of Mandy #C85B5C
RGB
CMYK
RGB Variations
Color information
#C85B5C (or 0xC85B5C) is known color: Mandy. HEX triplet: C8, 5B and 5C. RGB value is (200,91,92). Sum of RGB (Red+Green+Blue) = 200+91+92=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B5C is #37A4A3. Grayscale: #7B7B7B. Windows color (decimal): -3646628 or 6052808. OLE color: 6052808.
HSL color Cylindrical-coordinate representation of color #C85B5C: hue angle of 359.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B5C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 92 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.22 |
| HSL | 359.45º | 0.5% | 0.57% | - |
| HSV(B) | 359.45º | 0.55% | 0.78% | - |
| XYZ | 29.49 | 20.53 | 12.53 | - |
| YUV | 123.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 92 | 0 | 0.54 | 0.54 | 0.22 | 359.45 | 0.5 | 0.57 |
| Hex | C8 | 5B | 5C | 0 | 36 | 36 | 16 | 167 | 32 | 39 |
| Octal | 310 | 133 | 134 | 0 | 66 | 66 | 26 | 547 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1011100 | 0 | 110110 | 110110 | 10110 | 101100111 | 110010 | 111001 |
Color Harmonies of #C85B5C
Complementary color
Monochromatic Colors of #C85B5C
Black with #C85B5C
Text Example
Text Example
White with #C85B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B5C; }
p { color: rgb(200,91,92); }
H1.HeaderClassName
{
color: #C85B5C;
}
.AnyTagClassName
{
color: #C85B5C;
}
</style>
background-color css
<style>
a { background-color: #C85B5C; }
a { background-color: rgb(200,91,92); }
div.DivClassName
{
background-color: #C85B5C;
}
.BgClassName
{
background-color: #C85B5C;
}
</style>
border-color css
<style>
span { border-color: #C85B5C; }
span { border-color: rgb(200,91,92); }
td.TdClassName
{
border-color: #C85B5C;
}
.TagClassName
{
border-color: #C85B5C;
}
</style>