Shades of Twine #C4935E
Tints of Twine #C4935E
RGB
CMYK
RGB Variations
Color information
#C4935E (or 0xC4935E) is known color: Twine. HEX triplet: C4, 93 and 5E. RGB value is (196,147,94). Sum of RGB (Red+Green+Blue) = 196+147+94=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4935E is #3B6CA1. Grayscale: #9B9B9B. Windows color (decimal): -3894434 or 6198212. OLE color: 6198212.
HSL color Cylindrical-coordinate representation of color #C4935E: hue angle of 31.18º 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 #C4935E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 94 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.23 |
| HSL | 31.18º | 0.46% | 0.57% | - |
| HSV(B) | 31.18º | 0.52% | 0.77% | - |
| XYZ | 35.22 | 33.41 | 15.18 | - |
| YUV | 155.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 94 | 0 | 0.25 | 0.52 | 0.23 | 31.18 | 0.46 | 0.57 |
| Hex | C4 | 93 | 5E | 0 | 19 | 34 | 17 | 1F | 2E | 39 |
| Octal | 304 | 223 | 136 | 0 | 31 | 64 | 27 | 37 | 56 | 71 |
| Binary | 11000100 | 10010011 | 1011110 | 0 | 11001 | 110100 | 10111 | 11111 | 101110 | 111001 |
Color Harmonies of #C4935E
Complementary color
Monochromatic Colors of #C4935E
Black with #C4935E
Text Example
Text Example
White with #C4935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4935E; }
p { color: rgb(196,147,94); }
H1.HeaderClassName
{
color: #C4935E;
}
.AnyTagClassName
{
color: #C4935E;
}
</style>
background-color css
<style>
a { background-color: #C4935E; }
a { background-color: rgb(196,147,94); }
div.DivClassName
{
background-color: #C4935E;
}
.BgClassName
{
background-color: #C4935E;
}
</style>
border-color css
<style>
span { border-color: #C4935E; }
span { border-color: rgb(196,147,94); }
td.TdClassName
{
border-color: #C4935E;
}
.TagClassName
{
border-color: #C4935E;
}
</style>