Shades of Charm #C87C8A
Tints of Charm #C87C8A
RGB
CMYK
RGB Variations
Color information
#C87C8A (or 0xC87C8A) is known color: Charm. HEX triplet: C8, 7C and 8A. RGB value is (200,124,138). Sum of RGB (Red+Green+Blue) = 200+124+138=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87C8A is #378375. Grayscale: #949494. Windows color (decimal): -3638134 or 9075912. OLE color: 9075912.
HSL color Cylindrical-coordinate representation of color #C87C8A: hue angle of 348.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87C8A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 138 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.22 |
| HSL | 348.95º | 0.41% | 0.64% | - |
| HSV(B) | 348.95º | 0.38% | 0.78% | - |
| XYZ | 35.61 | 28.53 | 27.67 | - |
| YUV | 148.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 138 | 0 | 0.38 | 0.31 | 0.22 | 348.95 | 0.41 | 0.64 |
| Hex | C8 | 7C | 8A | 0 | 26 | 1F | 16 | 15D | 29 | 40 |
| Octal | 310 | 174 | 212 | 0 | 46 | 37 | 26 | 535 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10001010 | 0 | 100110 | 11111 | 10110 | 101011101 | 101001 | 1000000 |
Color Harmonies of #C87C8A
Complementary color
Monochromatic Colors of #C87C8A
Black with #C87C8A
Text Example
Text Example
White with #C87C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C8A; }
p { color: rgb(200,124,138); }
H1.HeaderClassName
{
color: #C87C8A;
}
.AnyTagClassName
{
color: #C87C8A;
}
</style>
background-color css
<style>
a { background-color: #C87C8A; }
a { background-color: rgb(200,124,138); }
div.DivClassName
{
background-color: #C87C8A;
}
.BgClassName
{
background-color: #C87C8A;
}
</style>
border-color css
<style>
span { border-color: #C87C8A; }
span { border-color: rgb(200,124,138); }
td.TdClassName
{
border-color: #C87C8A;
}
.TagClassName
{
border-color: #C87C8A;
}
</style>