Shades of Charm #C87A87
Tints of Charm #C87A87
RGB
CMYK
RGB Variations
Color information
#C87A87 (or 0xC87A87) is known color: Charm. HEX triplet: C8, 7A and 87. RGB value is (200,122,135). Sum of RGB (Red+Green+Blue) = 200+122+135=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A87 is #378578. Grayscale: #929292. Windows color (decimal): -3638649 or 8878792. OLE color: 8878792.
HSL color Cylindrical-coordinate representation of color #C87A87: hue angle of 350º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87A87 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 135 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.22 |
| HSL | 350º | 0.41% | 0.63% | - |
| HSV(B) | 350º | 0.39% | 0.78% | - |
| XYZ | 35.15 | 27.95 | 26.46 | - |
| YUV | 146.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 135 | 0 | 0.39 | 0.32 | 0.22 | 350 | 0.41 | 0.63 |
| Hex | C8 | 7A | 87 | 0 | 27 | 20 | 16 | 15E | 29 | 3F |
| Octal | 310 | 172 | 207 | 0 | 47 | 40 | 26 | 536 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10000111 | 0 | 100111 | 100000 | 10110 | 101011110 | 101001 | 111111 |
Color Harmonies of #C87A87
Complementary color
Monochromatic Colors of #C87A87
Black with #C87A87
Text Example
Text Example
White with #C87A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A87; }
p { color: rgb(200,122,135); }
H1.HeaderClassName
{
color: #C87A87;
}
.AnyTagClassName
{
color: #C87A87;
}
</style>
background-color css
<style>
a { background-color: #C87A87; }
a { background-color: rgb(200,122,135); }
div.DivClassName
{
background-color: #C87A87;
}
.BgClassName
{
background-color: #C87A87;
}
</style>
border-color css
<style>
span { border-color: #C87A87; }
span { border-color: rgb(200,122,135); }
td.TdClassName
{
border-color: #C87A87;
}
.TagClassName
{
border-color: #C87A87;
}
</style>