Shades of Charm #C87A8A
Tints of Charm #C87A8A
RGB
CMYK
RGB Variations
Color information
#C87A8A (or 0xC87A8A) is known color: Charm. HEX triplet: C8, 7A and 8A. RGB value is (200,122,138). Sum of RGB (Red+Green+Blue) = 200+122+138=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A8A is #378575. Grayscale: #939393. Windows color (decimal): -3638646 or 9075400. OLE color: 9075400.
HSL color Cylindrical-coordinate representation of color #C87A8A: hue angle of 347.69º 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 #C87A8A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 138 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.22 |
| HSL | 347.69º | 0.41% | 0.63% | - |
| HSV(B) | 347.69º | 0.39% | 0.78% | - |
| XYZ | 35.37 | 28.03 | 27.59 | - |
| YUV | 147.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 138 | 0 | 0.39 | 0.31 | 0.22 | 347.69 | 0.41 | 0.63 |
| Hex | C8 | 7A | 8A | 0 | 27 | 1F | 16 | 15C | 29 | 3F |
| Octal | 310 | 172 | 212 | 0 | 47 | 37 | 26 | 534 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10001010 | 0 | 100111 | 11111 | 10110 | 101011100 | 101001 | 111111 |
Color Harmonies of #C87A8A
Complementary color
Monochromatic Colors of #C87A8A
Black with #C87A8A
Text Example
Text Example
White with #C87A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A8A; }
p { color: rgb(200,122,138); }
H1.HeaderClassName
{
color: #C87A8A;
}
.AnyTagClassName
{
color: #C87A8A;
}
</style>
background-color css
<style>
a { background-color: #C87A8A; }
a { background-color: rgb(200,122,138); }
div.DivClassName
{
background-color: #C87A8A;
}
.BgClassName
{
background-color: #C87A8A;
}
</style>
border-color css
<style>
span { border-color: #C87A8A; }
span { border-color: rgb(200,122,138); }
td.TdClassName
{
border-color: #C87A8A;
}
.TagClassName
{
border-color: #C87A8A;
}
</style>