Shades of Twine #C79C54
Tints of Twine #C79C54
RGB
CMYK
RGB Variations
Color information
#C79C54 (or 0xC79C54) is known color: Twine. HEX triplet: C7, 9C and 54. RGB value is (199,156,84). Sum of RGB (Red+Green+Blue) = 199+156+84=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79C54 is #3863AB. Grayscale: #A0A0A0. Windows color (decimal): -3695532 or 5545159. OLE color: 5545159.
HSL color Cylindrical-coordinate representation of color #C79C54: hue angle of 37.57º 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 #C79C54 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 84 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.22 |
| HSL | 37.57º | 0.51% | 0.55% | - |
| HSV(B) | 37.57º | 0.58% | 0.78% | - |
| XYZ | 37.04 | 36.56 | 13.49 | - |
| YUV | 160.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 84 | 0 | 0.22 | 0.58 | 0.22 | 37.57 | 0.51 | 0.55 |
| Hex | C7 | 9C | 54 | 0 | 16 | 3A | 16 | 26 | 33 | 37 |
| Octal | 307 | 234 | 124 | 0 | 26 | 72 | 26 | 46 | 63 | 67 |
| Binary | 11000111 | 10011100 | 1010100 | 0 | 10110 | 111010 | 10110 | 100110 | 110011 | 110111 |
Color Harmonies of #C79C54
Complementary color
Monochromatic Colors of #C79C54
Black with #C79C54
Text Example
Text Example
White with #C79C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C54; }
p { color: rgb(199,156,84); }
H1.HeaderClassName
{
color: #C79C54;
}
.AnyTagClassName
{
color: #C79C54;
}
</style>
background-color css
<style>
a { background-color: #C79C54; }
a { background-color: rgb(199,156,84); }
div.DivClassName
{
background-color: #C79C54;
}
.BgClassName
{
background-color: #C79C54;
}
</style>
border-color css
<style>
span { border-color: #C79C54; }
span { border-color: rgb(199,156,84); }
td.TdClassName
{
border-color: #C79C54;
}
.TagClassName
{
border-color: #C79C54;
}
</style>