Shades of Twine #C4925E
Tints of Twine #C4925E
RGB
CMYK
RGB Variations
Color information
#C4925E (or 0xC4925E) is known color: Twine. HEX triplet: C4, 92 and 5E. RGB value is (196,146,94). Sum of RGB (Red+Green+Blue) = 196+146+94=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4925E is #3B6DA1. Grayscale: #9B9B9B. Windows color (decimal): -3894690 or 6197956. OLE color: 6197956.
HSL color Cylindrical-coordinate representation of color #C4925E: hue angle of 30.59º 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 #C4925E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 94 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.23 |
| HSL | 30.59º | 0.46% | 0.57% | - |
| HSV(B) | 30.59º | 0.52% | 0.77% | - |
| XYZ | 35.06 | 33.1 | 15.13 | - |
| YUV | 155.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 94 | 0 | 0.26 | 0.52 | 0.23 | 30.59 | 0.46 | 0.57 |
| Hex | C4 | 92 | 5E | 0 | 1A | 34 | 17 | 1F | 2E | 39 |
| Octal | 304 | 222 | 136 | 0 | 32 | 64 | 27 | 37 | 56 | 71 |
| Binary | 11000100 | 10010010 | 1011110 | 0 | 11010 | 110100 | 10111 | 11111 | 101110 | 111001 |
Color Harmonies of #C4925E
Complementary color
Monochromatic Colors of #C4925E
Black with #C4925E
Text Example
Text Example
White with #C4925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4925E; }
p { color: rgb(196,146,94); }
H1.HeaderClassName
{
color: #C4925E;
}
.AnyTagClassName
{
color: #C4925E;
}
</style>
background-color css
<style>
a { background-color: #C4925E; }
a { background-color: rgb(196,146,94); }
div.DivClassName
{
background-color: #C4925E;
}
.BgClassName
{
background-color: #C4925E;
}
</style>
border-color css
<style>
span { border-color: #C4925E; }
span { border-color: rgb(196,146,94); }
td.TdClassName
{
border-color: #C4925E;
}
.TagClassName
{
border-color: #C4925E;
}
</style>