Shades of Twine #C5935C
Tints of Twine #C5935C
RGB
CMYK
RGB Variations
Color information
#C5935C (or 0xC5935C) is known color: Twine. HEX triplet: C5, 93 and 5C. RGB value is (197,147,92). Sum of RGB (Red+Green+Blue) = 197+147+92=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5935C is #3A6CA3. Grayscale: #9B9B9B. Windows color (decimal): -3828900 or 6067141. OLE color: 6067141.
HSL color Cylindrical-coordinate representation of color #C5935C: hue angle of 31.43º degrees, saturation: 0.48, 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 #C5935C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 92 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.23 |
| HSL | 31.43º | 0.48% | 0.57% | - |
| HSV(B) | 31.43º | 0.53% | 0.77% | - |
| XYZ | 35.39 | 33.51 | 14.73 | - |
| YUV | 155.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 92 | 0 | 0.25 | 0.53 | 0.23 | 31.43 | 0.48 | 0.57 |
| Hex | C5 | 93 | 5C | 0 | 19 | 35 | 17 | 1F | 30 | 39 |
| Octal | 305 | 223 | 134 | 0 | 31 | 65 | 27 | 37 | 60 | 71 |
| Binary | 11000101 | 10010011 | 1011100 | 0 | 11001 | 110101 | 10111 | 11111 | 110000 | 111001 |
Color Harmonies of #C5935C
Complementary color
Monochromatic Colors of #C5935C
Black with #C5935C
Text Example
Text Example
White with #C5935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5935C; }
p { color: rgb(197,147,92); }
H1.HeaderClassName
{
color: #C5935C;
}
.AnyTagClassName
{
color: #C5935C;
}
</style>
background-color css
<style>
a { background-color: #C5935C; }
a { background-color: rgb(197,147,92); }
div.DivClassName
{
background-color: #C5935C;
}
.BgClassName
{
background-color: #C5935C;
}
</style>
border-color css
<style>
span { border-color: #C5935C; }
span { border-color: rgb(197,147,92); }
td.TdClassName
{
border-color: #C5935C;
}
.TagClassName
{
border-color: #C5935C;
}
</style>