Shades of Twine #C5935E
Tints of Twine #C5935E
RGB
CMYK
RGB Variations
Color information
#C5935E (or 0xC5935E) is known color: Twine. HEX triplet: C5, 93 and 5E. RGB value is (197,147,94). Sum of RGB (Red+Green+Blue) = 197+147+94=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5935E is #3A6CA1. Grayscale: #9C9C9C. Windows color (decimal): -3828898 or 6198213. OLE color: 6198213.
HSL color Cylindrical-coordinate representation of color #C5935E: hue angle of 30.87º degrees, saturation: 0.47, 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 #C5935E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 94 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.23 |
| HSL | 30.87º | 0.47% | 0.57% | - |
| HSV(B) | 30.87º | 0.52% | 0.77% | - |
| XYZ | 35.48 | 33.55 | 15.19 | - |
| YUV | 155.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 94 | 0 | 0.25 | 0.52 | 0.23 | 30.87 | 0.47 | 0.57 |
| Hex | C5 | 93 | 5E | 0 | 19 | 34 | 17 | 1F | 2F | 39 |
| Octal | 305 | 223 | 136 | 0 | 31 | 64 | 27 | 37 | 57 | 71 |
| Binary | 11000101 | 10010011 | 1011110 | 0 | 11001 | 110100 | 10111 | 11111 | 101111 | 111001 |
Color Harmonies of #C5935E
Complementary color
Monochromatic Colors of #C5935E
Black with #C5935E
Text Example
Text Example
White with #C5935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5935E; }
p { color: rgb(197,147,94); }
H1.HeaderClassName
{
color: #C5935E;
}
.AnyTagClassName
{
color: #C5935E;
}
</style>
background-color css
<style>
a { background-color: #C5935E; }
a { background-color: rgb(197,147,94); }
div.DivClassName
{
background-color: #C5935E;
}
.BgClassName
{
background-color: #C5935E;
}
</style>
border-color css
<style>
span { border-color: #C5935E; }
span { border-color: rgb(197,147,94); }
td.TdClassName
{
border-color: #C5935E;
}
.TagClassName
{
border-color: #C5935E;
}
</style>