Shades of Twine #C4995E
Tints of Twine #C4995E
RGB
CMYK
RGB Variations
Color information
#C4995E (or 0xC4995E) is known color: Twine. HEX triplet: C4, 99 and 5E. RGB value is (196,153,94). Sum of RGB (Red+Green+Blue) = 196+153+94=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4995E is #3B66A1. Grayscale: #9F9F9F. Windows color (decimal): -3892898 or 6199748. OLE color: 6199748.
HSL color Cylindrical-coordinate representation of color #C4995E: hue angle of 34.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4995E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 94 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.23 |
| HSL | 34.71º | 0.46% | 0.57% | - |
| HSV(B) | 34.71º | 0.52% | 0.77% | - |
| XYZ | 36.18 | 35.33 | 15.5 | - |
| YUV | 159.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 94 | 0 | 0.22 | 0.52 | 0.23 | 34.71 | 0.46 | 0.57 |
| Hex | C4 | 99 | 5E | 0 | 16 | 34 | 17 | 23 | 2E | 39 |
| Octal | 304 | 231 | 136 | 0 | 26 | 64 | 27 | 43 | 56 | 71 |
| Binary | 11000100 | 10011001 | 1011110 | 0 | 10110 | 110100 | 10111 | 100011 | 101110 | 111001 |
Color Harmonies of #C4995E
Complementary color
Monochromatic Colors of #C4995E
Black with #C4995E
Text Example
Text Example
White with #C4995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4995E; }
p { color: rgb(196,153,94); }
H1.HeaderClassName
{
color: #C4995E;
}
.AnyTagClassName
{
color: #C4995E;
}
</style>
background-color css
<style>
a { background-color: #C4995E; }
a { background-color: rgb(196,153,94); }
div.DivClassName
{
background-color: #C4995E;
}
.BgClassName
{
background-color: #C4995E;
}
</style>
border-color css
<style>
span { border-color: #C4995E; }
span { border-color: rgb(196,153,94); }
td.TdClassName
{
border-color: #C4995E;
}
.TagClassName
{
border-color: #C4995E;
}
</style>