Shades of Twine #C3975E
Tints of Twine #C3975E
RGB
CMYK
RGB Variations
Color information
#C3975E (or 0xC3975E) is known color: Twine. HEX triplet: C3, 97 and 5E. RGB value is (195,151,94). Sum of RGB (Red+Green+Blue) = 195+151+94=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3975E is #3C68A1. Grayscale: #9D9D9D. Windows color (decimal): -3958946 or 6199235. OLE color: 6199235.
HSL color Cylindrical-coordinate representation of color #C3975E: hue angle of 33.86º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3975E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 94 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 33.86º | 0.46% | 0.57% | - |
| HSV(B) | 33.86º | 0.52% | 0.76% | - |
| XYZ | 35.59 | 34.54 | 15.38 | - |
| YUV | 157.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 94 | 0 | 0.23 | 0.52 | 0.24 | 33.86 | 0.46 | 0.57 |
| Hex | C3 | 97 | 5E | 0 | 17 | 34 | 18 | 22 | 2E | 39 |
| Octal | 303 | 227 | 136 | 0 | 27 | 64 | 30 | 42 | 56 | 71 |
| Binary | 11000011 | 10010111 | 1011110 | 0 | 10111 | 110100 | 11000 | 100010 | 101110 | 111001 |
Color Harmonies of #C3975E
Complementary color
Monochromatic Colors of #C3975E
Black with #C3975E
Text Example
Text Example
White with #C3975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3975E; }
p { color: rgb(195,151,94); }
H1.HeaderClassName
{
color: #C3975E;
}
.AnyTagClassName
{
color: #C3975E;
}
</style>
background-color css
<style>
a { background-color: #C3975E; }
a { background-color: rgb(195,151,94); }
div.DivClassName
{
background-color: #C3975E;
}
.BgClassName
{
background-color: #C3975E;
}
</style>
border-color css
<style>
span { border-color: #C3975E; }
span { border-color: rgb(195,151,94); }
td.TdClassName
{
border-color: #C3975E;
}
.TagClassName
{
border-color: #C3975E;
}
</style>