Shades of Twine #C3975D
Tints of Twine #C3975D
RGB
CMYK
RGB Variations
Color information
#C3975D (or 0xC3975D) is known color: Twine. HEX triplet: C3, 97 and 5D. RGB value is (195,151,93). Sum of RGB (Red+Green+Blue) = 195+151+93=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3975D is #3C68A2. Grayscale: #9D9D9D. Windows color (decimal): -3958947 or 6133699. OLE color: 6133699.
HSL color Cylindrical-coordinate representation of color #C3975D: hue angle of 34.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3975D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 93 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 34.12º | 0.46% | 0.56% | - |
| HSV(B) | 34.12º | 0.52% | 0.76% | - |
| XYZ | 35.55 | 34.53 | 15.15 | - |
| YUV | 157.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 93 | 0 | 0.23 | 0.52 | 0.24 | 34.12 | 0.46 | 0.56 |
| Hex | C3 | 97 | 5D | 0 | 17 | 34 | 18 | 22 | 2E | 38 |
| Octal | 303 | 227 | 135 | 0 | 27 | 64 | 30 | 42 | 56 | 70 |
| Binary | 11000011 | 10010111 | 1011101 | 0 | 10111 | 110100 | 11000 | 100010 | 101110 | 111000 |
Color Harmonies of #C3975D
Complementary color
Monochromatic Colors of #C3975D
Black with #C3975D
Text Example
Text Example
White with #C3975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3975D; }
p { color: rgb(195,151,93); }
H1.HeaderClassName
{
color: #C3975D;
}
.AnyTagClassName
{
color: #C3975D;
}
</style>
background-color css
<style>
a { background-color: #C3975D; }
a { background-color: rgb(195,151,93); }
div.DivClassName
{
background-color: #C3975D;
}
.BgClassName
{
background-color: #C3975D;
}
</style>
border-color css
<style>
span { border-color: #C3975D; }
span { border-color: rgb(195,151,93); }
td.TdClassName
{
border-color: #C3975D;
}
.TagClassName
{
border-color: #C3975D;
}
</style>