Shades of Charm #C87A83
Tints of Charm #C87A83
RGB
CMYK
RGB Variations
Color information
#C87A83 (or 0xC87A83) is known color: Charm. HEX triplet: C8, 7A and 83. RGB value is (200,122,131). Sum of RGB (Red+Green+Blue) = 200+122+131=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A83 is #37857C. Grayscale: #929292. Windows color (decimal): -3638653 or 8616648. OLE color: 8616648.
HSL color Cylindrical-coordinate representation of color #C87A83: hue angle of 353.08º 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 #C87A83 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 131 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.22 |
| HSL | 353.08º | 0.41% | 0.63% | - |
| HSV(B) | 353.08º | 0.39% | 0.78% | - |
| XYZ | 34.88 | 27.84 | 25.01 | - |
| YUV | 146.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 131 | 0 | 0.39 | 0.34 | 0.22 | 353.08 | 0.41 | 0.63 |
| Hex | C8 | 7A | 83 | 0 | 27 | 22 | 16 | 161 | 29 | 3F |
| Octal | 310 | 172 | 203 | 0 | 47 | 42 | 26 | 541 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10000011 | 0 | 100111 | 100010 | 10110 | 101100001 | 101001 | 111111 |
Color Harmonies of #C87A83
Complementary color
Monochromatic Colors of #C87A83
Black with #C87A83
Text Example
Text Example
White with #C87A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A83; }
p { color: rgb(200,122,131); }
H1.HeaderClassName
{
color: #C87A83;
}
.AnyTagClassName
{
color: #C87A83;
}
</style>
background-color css
<style>
a { background-color: #C87A83; }
a { background-color: rgb(200,122,131); }
div.DivClassName
{
background-color: #C87A83;
}
.BgClassName
{
background-color: #C87A83;
}
</style>
border-color css
<style>
span { border-color: #C87A83; }
span { border-color: rgb(200,122,131); }
td.TdClassName
{
border-color: #C87A83;
}
.TagClassName
{
border-color: #C87A83;
}
</style>