Shades of Twine #C79250
Tints of Twine #C79250
RGB
CMYK
RGB Variations
Color information
#C79250 (or 0xC79250) is known color: Twine. HEX triplet: C7, 92 and 50. RGB value is (199,146,80). Sum of RGB (Red+Green+Blue) = 199+146+80=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C79250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79250 is #386DAF. Grayscale: #9A9A9A. Windows color (decimal): -3698096 or 5280455. OLE color: 5280455.
HSL color Cylindrical-coordinate representation of color #C79250: hue angle of 33.28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C79250 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 80 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.22 |
| HSL | 33.28º | 0.52% | 0.55% | - |
| HSV(B) | 33.28º | 0.6% | 0.78% | - |
| XYZ | 35.28 | 33.28 | 12.15 | - |
| YUV | 154.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 80 | 0 | 0.27 | 0.60 | 0.22 | 33.28 | 0.52 | 0.55 |
| Hex | C7 | 92 | 50 | 0 | 1B | 3C | 16 | 21 | 34 | 37 |
| Octal | 307 | 222 | 120 | 0 | 33 | 74 | 26 | 41 | 64 | 67 |
| Binary | 11000111 | 10010010 | 1010000 | 0 | 11011 | 111100 | 10110 | 100001 | 110100 | 110111 |
Color Harmonies of #C79250
Complementary color
Monochromatic Colors of #C79250
Black with #C79250
Text Example
Text Example
White with #C79250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79250; }
p { color: rgb(199,146,80); }
H1.HeaderClassName
{
color: #C79250;
}
.AnyTagClassName
{
color: #C79250;
}
</style>
background-color css
<style>
a { background-color: #C79250; }
a { background-color: rgb(199,146,80); }
div.DivClassName
{
background-color: #C79250;
}
.BgClassName
{
background-color: #C79250;
}
</style>
border-color css
<style>
span { border-color: #C79250; }
span { border-color: rgb(199,146,80); }
td.TdClassName
{
border-color: #C79250;
}
.TagClassName
{
border-color: #C79250;
}
</style>