Shades of Twine #C5975E
Tints of Twine #C5975E
RGB
CMYK
RGB Variations
Color information
#C5975E (or 0xC5975E) is known color: Twine. HEX triplet: C5, 97 and 5E. RGB value is (197,151,94). Sum of RGB (Red+Green+Blue) = 197+151+94=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5975E is #3A68A1. Grayscale: #9E9E9E. Windows color (decimal): -3827874 or 6199237. OLE color: 6199237.
HSL color Cylindrical-coordinate representation of color #C5975E: hue angle of 33.2º 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 #C5975E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 94 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.23 |
| HSL | 33.2º | 0.47% | 0.57% | - |
| HSV(B) | 33.2º | 0.52% | 0.77% | - |
| XYZ | 36.11 | 34.81 | 15.41 | - |
| YUV | 158.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 94 | 0 | 0.23 | 0.52 | 0.23 | 33.2 | 0.47 | 0.57 |
| Hex | C5 | 97 | 5E | 0 | 17 | 34 | 17 | 21 | 2F | 39 |
| Octal | 305 | 227 | 136 | 0 | 27 | 64 | 27 | 41 | 57 | 71 |
| Binary | 11000101 | 10010111 | 1011110 | 0 | 10111 | 110100 | 10111 | 100001 | 101111 | 111001 |
Color Harmonies of #C5975E
Complementary color
Monochromatic Colors of #C5975E
Black with #C5975E
Text Example
Text Example
White with #C5975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5975E; }
p { color: rgb(197,151,94); }
H1.HeaderClassName
{
color: #C5975E;
}
.AnyTagClassName
{
color: #C5975E;
}
</style>
background-color css
<style>
a { background-color: #C5975E; }
a { background-color: rgb(197,151,94); }
div.DivClassName
{
background-color: #C5975E;
}
.BgClassName
{
background-color: #C5975E;
}
</style>
border-color css
<style>
span { border-color: #C5975E; }
span { border-color: rgb(197,151,94); }
td.TdClassName
{
border-color: #C5975E;
}
.TagClassName
{
border-color: #C5975E;
}
</style>