Shades of Twine #C79153
Tints of Twine #C79153
RGB
CMYK
RGB Variations
Color information
#C79153 (or 0xC79153) is known color: Twine. HEX triplet: C7, 91 and 53. RGB value is (199,145,83). Sum of RGB (Red+Green+Blue) = 199+145+83=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C79153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79153 is #386EAC. Grayscale: #9A9A9A. Windows color (decimal): -3698349 or 5476807. OLE color: 5476807.
HSL color Cylindrical-coordinate representation of color #C79153: hue angle of 32.07º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C79153 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 83 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.22 |
| HSL | 32.07º | 0.51% | 0.55% | - |
| HSV(B) | 32.07º | 0.58% | 0.78% | - |
| XYZ | 35.24 | 33.02 | 12.7 | - |
| YUV | 154.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 83 | 0 | 0.27 | 0.58 | 0.22 | 32.07 | 0.51 | 0.55 |
| Hex | C7 | 91 | 53 | 0 | 1B | 3A | 16 | 20 | 33 | 37 |
| Octal | 307 | 221 | 123 | 0 | 33 | 72 | 26 | 40 | 63 | 67 |
| Binary | 11000111 | 10010001 | 1010011 | 0 | 11011 | 111010 | 10110 | 100000 | 110011 | 110111 |
Color Harmonies of #C79153
Complementary color
Monochromatic Colors of #C79153
Black with #C79153
Text Example
Text Example
White with #C79153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79153; }
p { color: rgb(199,145,83); }
H1.HeaderClassName
{
color: #C79153;
}
.AnyTagClassName
{
color: #C79153;
}
</style>
background-color css
<style>
a { background-color: #C79153; }
a { background-color: rgb(199,145,83); }
div.DivClassName
{
background-color: #C79153;
}
.BgClassName
{
background-color: #C79153;
}
</style>
border-color css
<style>
span { border-color: #C79153; }
span { border-color: rgb(199,145,83); }
td.TdClassName
{
border-color: #C79153;
}
.TagClassName
{
border-color: #C79153;
}
</style>