Shades of Twine #C5925C
Tints of Twine #C5925C
RGB
CMYK
RGB Variations
Color information
#C5925C (or 0xC5925C) is known color: Twine. HEX triplet: C5, 92 and 5C. RGB value is (197,146,92). Sum of RGB (Red+Green+Blue) = 197+146+92=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5925C is #3A6DA3. Grayscale: #9B9B9B. Windows color (decimal): -3829156 or 6066885. OLE color: 6066885.
HSL color Cylindrical-coordinate representation of color #C5925C: hue angle of 30.86º 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 #C5925C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 92 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.23 |
| HSL | 30.86º | 0.48% | 0.57% | - |
| HSV(B) | 30.86º | 0.53% | 0.77% | - |
| XYZ | 35.24 | 33.2 | 14.68 | - |
| YUV | 155.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 92 | 0 | 0.26 | 0.53 | 0.23 | 30.86 | 0.48 | 0.57 |
| Hex | C5 | 92 | 5C | 0 | 1A | 35 | 17 | 1F | 30 | 39 |
| Octal | 305 | 222 | 134 | 0 | 32 | 65 | 27 | 37 | 60 | 71 |
| Binary | 11000101 | 10010010 | 1011100 | 0 | 11010 | 110101 | 10111 | 11111 | 110000 | 111001 |
Color Harmonies of #C5925C
Complementary color
Monochromatic Colors of #C5925C
Black with #C5925C
Text Example
Text Example
White with #C5925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5925C; }
p { color: rgb(197,146,92); }
H1.HeaderClassName
{
color: #C5925C;
}
.AnyTagClassName
{
color: #C5925C;
}
</style>
background-color css
<style>
a { background-color: #C5925C; }
a { background-color: rgb(197,146,92); }
div.DivClassName
{
background-color: #C5925C;
}
.BgClassName
{
background-color: #C5925C;
}
</style>
border-color css
<style>
span { border-color: #C5925C; }
span { border-color: rgb(197,146,92); }
td.TdClassName
{
border-color: #C5925C;
}
.TagClassName
{
border-color: #C5925C;
}
</style>