Shades of Charm #C78289
Tints of Charm #C78289
RGB
CMYK
RGB Variations
Color information
#C78289 (or 0xC78289) is known color: Charm. HEX triplet: C7, 82 and 89. RGB value is (199,130,137). Sum of RGB (Red+Green+Blue) = 199+130+137=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C78289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78289 is #387D76. Grayscale: #979797. Windows color (decimal): -3702135 or 9011911. OLE color: 9011911.
HSL color Cylindrical-coordinate representation of color #C78289: hue angle of 353.91º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C78289 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 137 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.22 |
| HSL | 353.91º | 0.38% | 0.65% | - |
| HSV(B) | 353.91º | 0.35% | 0.78% | - |
| XYZ | 36.05 | 29.91 | 27.54 | - |
| YUV | 151.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 137 | 0 | 0.35 | 0.31 | 0.22 | 353.91 | 0.38 | 0.65 |
| Hex | C7 | 82 | 89 | 0 | 23 | 1F | 16 | 162 | 26 | 41 |
| Octal | 307 | 202 | 211 | 0 | 43 | 37 | 26 | 542 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10001001 | 0 | 100011 | 11111 | 10110 | 101100010 | 100110 | 1000001 |
Color Harmonies of #C78289
Complementary color
Monochromatic Colors of #C78289
Black with #C78289
Text Example
Text Example
White with #C78289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78289; }
p { color: rgb(199,130,137); }
H1.HeaderClassName
{
color: #C78289;
}
.AnyTagClassName
{
color: #C78289;
}
</style>
background-color css
<style>
a { background-color: #C78289; }
a { background-color: rgb(199,130,137); }
div.DivClassName
{
background-color: #C78289;
}
.BgClassName
{
background-color: #C78289;
}
</style>
border-color css
<style>
span { border-color: #C78289; }
span { border-color: rgb(199,130,137); }
td.TdClassName
{
border-color: #C78289;
}
.TagClassName
{
border-color: #C78289;
}
</style>