Shades of Charm #C68089
Tints of Charm #C68089
RGB
CMYK
RGB Variations
Color information
#C68089 (or 0xC68089) is known color: Charm. HEX triplet: C6, 80 and 89. RGB value is (198,128,137). Sum of RGB (Red+Green+Blue) = 198+128+137=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68089 is #397F76. Grayscale: #959595. Windows color (decimal): -3768183 or 9011398. OLE color: 9011398.
HSL color Cylindrical-coordinate representation of color #C68089: hue angle of 352.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68089 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 137 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.22 |
| HSL | 352.29º | 0.38% | 0.64% | - |
| HSV(B) | 352.29º | 0.35% | 0.78% | - |
| XYZ | 35.52 | 29.25 | 27.44 | - |
| YUV | 149.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 137 | 0 | 0.35 | 0.31 | 0.22 | 352.29 | 0.38 | 0.64 |
| Hex | C6 | 80 | 89 | 0 | 23 | 1F | 16 | 160 | 26 | 40 |
| Octal | 306 | 200 | 211 | 0 | 43 | 37 | 26 | 540 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10001001 | 0 | 100011 | 11111 | 10110 | 101100000 | 100110 | 1000000 |
Color Harmonies of #C68089
Complementary color
Monochromatic Colors of #C68089
Black with #C68089
Text Example
Text Example
White with #C68089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68089; }
p { color: rgb(198,128,137); }
H1.HeaderClassName
{
color: #C68089;
}
.AnyTagClassName
{
color: #C68089;
}
</style>
background-color css
<style>
a { background-color: #C68089; }
a { background-color: rgb(198,128,137); }
div.DivClassName
{
background-color: #C68089;
}
.BgClassName
{
background-color: #C68089;
}
</style>
border-color css
<style>
span { border-color: #C68089; }
span { border-color: rgb(198,128,137); }
td.TdClassName
{
border-color: #C68089;
}
.TagClassName
{
border-color: #C68089;
}
</style>