Shades of Charm #C68289
Tints of Charm #C68289
RGB
CMYK
RGB Variations
Color information
#C68289 (or 0xC68289) is known color: Charm. HEX triplet: C6, 82 and 89. RGB value is (198,130,137). Sum of RGB (Red+Green+Blue) = 198+130+137=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68289 is #397D76. Grayscale: #979797. Windows color (decimal): -3767671 or 9011910. OLE color: 9011910.
HSL color Cylindrical-coordinate representation of color #C68289: hue angle of 353.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68289 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 137 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.22 |
| HSL | 353.82º | 0.37% | 0.64% | - |
| HSV(B) | 353.82º | 0.34% | 0.78% | - |
| XYZ | 35.79 | 29.78 | 27.53 | - |
| YUV | 151.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 137 | 0 | 0.34 | 0.31 | 0.22 | 353.82 | 0.37 | 0.64 |
| Hex | C6 | 82 | 89 | 0 | 22 | 1F | 16 | 162 | 25 | 40 |
| Octal | 306 | 202 | 211 | 0 | 42 | 37 | 26 | 542 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10001001 | 0 | 100010 | 11111 | 10110 | 101100010 | 100101 | 1000000 |
Color Harmonies of #C68289
Complementary color
Monochromatic Colors of #C68289
Black with #C68289
Text Example
Text Example
White with #C68289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68289; }
p { color: rgb(198,130,137); }
H1.HeaderClassName
{
color: #C68289;
}
.AnyTagClassName
{
color: #C68289;
}
</style>
background-color css
<style>
a { background-color: #C68289; }
a { background-color: rgb(198,130,137); }
div.DivClassName
{
background-color: #C68289;
}
.BgClassName
{
background-color: #C68289;
}
</style>
border-color css
<style>
span { border-color: #C68289; }
span { border-color: rgb(198,130,137); }
td.TdClassName
{
border-color: #C68289;
}
.TagClassName
{
border-color: #C68289;
}
</style>