Shades of Twine #C4995D
Tints of Twine #C4995D
RGB
CMYK
RGB Variations
Color information
#C4995D (or 0xC4995D) is known color: Twine. HEX triplet: C4, 99 and 5D. RGB value is (196,153,93). Sum of RGB (Red+Green+Blue) = 196+153+93=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4995D is #3B66A2. Grayscale: #9F9F9F. Windows color (decimal): -3892899 or 6134212. OLE color: 6134212.
HSL color Cylindrical-coordinate representation of color #C4995D: hue angle of 34.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4995D is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 93 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.23 |
| HSL | 34.95º | 0.47% | 0.57% | - |
| HSV(B) | 34.95º | 0.53% | 0.77% | - |
| XYZ | 36.13 | 35.31 | 15.27 | - |
| YUV | 159.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 93 | 0 | 0.22 | 0.53 | 0.23 | 34.95 | 0.47 | 0.57 |
| Hex | C4 | 99 | 5D | 0 | 16 | 35 | 17 | 23 | 2F | 39 |
| Octal | 304 | 231 | 135 | 0 | 26 | 65 | 27 | 43 | 57 | 71 |
| Binary | 11000100 | 10011001 | 1011101 | 0 | 10110 | 110101 | 10111 | 100011 | 101111 | 111001 |
Color Harmonies of #C4995D
Complementary color
Monochromatic Colors of #C4995D
Black with #C4995D
Text Example
Text Example
White with #C4995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4995D; }
p { color: rgb(196,153,93); }
H1.HeaderClassName
{
color: #C4995D;
}
.AnyTagClassName
{
color: #C4995D;
}
</style>
background-color css
<style>
a { background-color: #C4995D; }
a { background-color: rgb(196,153,93); }
div.DivClassName
{
background-color: #C4995D;
}
.BgClassName
{
background-color: #C4995D;
}
</style>
border-color css
<style>
span { border-color: #C4995D; }
span { border-color: rgb(196,153,93); }
td.TdClassName
{
border-color: #C4995D;
}
.TagClassName
{
border-color: #C4995D;
}
</style>