Shades of Charm #C68487
Tints of Charm #C68487
RGB
CMYK
RGB Variations
Color information
#C68487 (or 0xC68487) is known color: Charm. HEX triplet: C6, 84 and 87. RGB value is (198,132,135). Sum of RGB (Red+Green+Blue) = 198+132+135=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68487 is #397B78. Grayscale: #989898. Windows color (decimal): -3767161 or 8881350. OLE color: 8881350.
HSL color Cylindrical-coordinate representation of color #C68487: hue angle of 357.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68487 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 135 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.22 |
| HSL | 357.27º | 0.37% | 0.65% | - |
| HSV(B) | 357.27º | 0.33% | 0.78% | - |
| XYZ | 35.91 | 30.26 | 26.87 | - |
| YUV | 152.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 135 | 0 | 0.33 | 0.32 | 0.22 | 357.27 | 0.37 | 0.65 |
| Hex | C6 | 84 | 87 | 0 | 21 | 20 | 16 | 165 | 25 | 41 |
| Octal | 306 | 204 | 207 | 0 | 41 | 40 | 26 | 545 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10000111 | 0 | 100001 | 100000 | 10110 | 101100101 | 100101 | 1000001 |
Color Harmonies of #C68487
Complementary color
Monochromatic Colors of #C68487
Black with #C68487
Text Example
Text Example
White with #C68487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68487; }
p { color: rgb(198,132,135); }
H1.HeaderClassName
{
color: #C68487;
}
.AnyTagClassName
{
color: #C68487;
}
</style>
background-color css
<style>
a { background-color: #C68487; }
a { background-color: rgb(198,132,135); }
div.DivClassName
{
background-color: #C68487;
}
.BgClassName
{
background-color: #C68487;
}
</style>
border-color css
<style>
span { border-color: #C68487; }
span { border-color: rgb(198,132,135); }
td.TdClassName
{
border-color: #C68487;
}
.TagClassName
{
border-color: #C68487;
}
</style>