Shades of Twine #C4945D
Tints of Twine #C4945D
RGB
CMYK
RGB Variations
Color information
#C4945D (or 0xC4945D) is known color: Twine. HEX triplet: C4, 94 and 5D. RGB value is (196,148,93). Sum of RGB (Red+Green+Blue) = 196+148+93=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4945D is #3B6BA2. Grayscale: #9C9C9C. Windows color (decimal): -3894179 or 6132932. OLE color: 6132932.
HSL color Cylindrical-coordinate representation of color #C4945D: hue angle of 32.04º 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 #C4945D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 93 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.23 |
| HSL | 32.04º | 0.47% | 0.57% | - |
| HSV(B) | 32.04º | 0.53% | 0.77% | - |
| XYZ | 35.33 | 33.71 | 15 | - |
| YUV | 156.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 93 | 0 | 0.24 | 0.53 | 0.23 | 32.04 | 0.47 | 0.57 |
| Hex | C4 | 94 | 5D | 0 | 18 | 35 | 17 | 20 | 2F | 39 |
| Octal | 304 | 224 | 135 | 0 | 30 | 65 | 27 | 40 | 57 | 71 |
| Binary | 11000100 | 10010100 | 1011101 | 0 | 11000 | 110101 | 10111 | 100000 | 101111 | 111001 |
Color Harmonies of #C4945D
Complementary color
Monochromatic Colors of #C4945D
Black with #C4945D
Text Example
Text Example
White with #C4945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4945D; }
p { color: rgb(196,148,93); }
H1.HeaderClassName
{
color: #C4945D;
}
.AnyTagClassName
{
color: #C4945D;
}
</style>
background-color css
<style>
a { background-color: #C4945D; }
a { background-color: rgb(196,148,93); }
div.DivClassName
{
background-color: #C4945D;
}
.BgClassName
{
background-color: #C4945D;
}
</style>
border-color css
<style>
span { border-color: #C4945D; }
span { border-color: rgb(196,148,93); }
td.TdClassName
{
border-color: #C4945D;
}
.TagClassName
{
border-color: #C4945D;
}
</style>