Shades of Twine #C79358
Tints of Twine #C79358
RGB
CMYK
RGB Variations
Color information
#C79358 (or 0xC79358) is known color: Twine. HEX triplet: C7, 93 and 58. RGB value is (199,147,88). Sum of RGB (Red+Green+Blue) = 199+147+88=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C79358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79358 is #386CA7. Grayscale: #9C9C9C. Windows color (decimal): -3697832 or 5804999. OLE color: 5804999.
HSL color Cylindrical-coordinate representation of color #C79358: hue angle of 31.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C79358 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 88 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.22 |
| HSL | 31.89º | 0.5% | 0.56% | - |
| HSV(B) | 31.89º | 0.56% | 0.78% | - |
| XYZ | 35.75 | 33.71 | 13.86 | - |
| YUV | 155.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 88 | 0 | 0.26 | 0.56 | 0.22 | 31.89 | 0.5 | 0.56 |
| Hex | C7 | 93 | 58 | 0 | 1A | 38 | 16 | 20 | 32 | 38 |
| Octal | 307 | 223 | 130 | 0 | 32 | 70 | 26 | 40 | 62 | 70 |
| Binary | 11000111 | 10010011 | 1011000 | 0 | 11010 | 111000 | 10110 | 100000 | 110010 | 111000 |
Color Harmonies of #C79358
Complementary color
Monochromatic Colors of #C79358
Black with #C79358
Text Example
Text Example
White with #C79358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79358; }
p { color: rgb(199,147,88); }
H1.HeaderClassName
{
color: #C79358;
}
.AnyTagClassName
{
color: #C79358;
}
</style>
background-color css
<style>
a { background-color: #C79358; }
a { background-color: rgb(199,147,88); }
div.DivClassName
{
background-color: #C79358;
}
.BgClassName
{
background-color: #C79358;
}
</style>
border-color css
<style>
span { border-color: #C79358; }
span { border-color: rgb(199,147,88); }
td.TdClassName
{
border-color: #C79358;
}
.TagClassName
{
border-color: #C79358;
}
</style>