Shades of Charm #C87A8E
Tints of Charm #C87A8E
RGB
CMYK
RGB Variations
Color information
#C87A8E (or 0xC87A8E) is known color: Charm. HEX triplet: C8, 7A and 8E. RGB value is (200,122,142). Sum of RGB (Red+Green+Blue) = 200+122+142=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A8E is #378571. Grayscale: #939393. Windows color (decimal): -3638642 or 9337544. OLE color: 9337544.
HSL color Cylindrical-coordinate representation of color #C87A8E: hue angle of 344.62º 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 #C87A8E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 142 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.22 |
| HSL | 344.62º | 0.41% | 0.63% | - |
| HSV(B) | 344.62º | 0.39% | 0.78% | - |
| XYZ | 35.66 | 28.15 | 29.15 | - |
| YUV | 147.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 142 | 0 | 0.39 | 0.29 | 0.22 | 344.62 | 0.41 | 0.63 |
| Hex | C8 | 7A | 8E | 0 | 27 | 1D | 16 | 159 | 29 | 3F |
| Octal | 310 | 172 | 216 | 0 | 47 | 35 | 26 | 531 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10001110 | 0 | 100111 | 11101 | 10110 | 101011001 | 101001 | 111111 |
Color Harmonies of #C87A8E
Complementary color
Monochromatic Colors of #C87A8E
Black with #C87A8E
Text Example
Text Example
White with #C87A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A8E; }
p { color: rgb(200,122,142); }
H1.HeaderClassName
{
color: #C87A8E;
}
.AnyTagClassName
{
color: #C87A8E;
}
</style>
background-color css
<style>
a { background-color: #C87A8E; }
a { background-color: rgb(200,122,142); }
div.DivClassName
{
background-color: #C87A8E;
}
.BgClassName
{
background-color: #C87A8E;
}
</style>
border-color css
<style>
span { border-color: #C87A8E; }
span { border-color: rgb(200,122,142); }
td.TdClassName
{
border-color: #C87A8E;
}
.TagClassName
{
border-color: #C87A8E;
}
</style>