Shades of Twine #C3975A
Tints of Twine #C3975A
RGB
CMYK
RGB Variations
Color information
#C3975A (or 0xC3975A) is known color: Twine. HEX triplet: C3, 97 and 5A. RGB value is (195,151,90). Sum of RGB (Red+Green+Blue) = 195+151+90=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3975A is #3C68A5. Grayscale: #9D9D9D. Windows color (decimal): -3958950 or 5937091. OLE color: 5937091.
HSL color Cylindrical-coordinate representation of color #C3975A: hue angle of 34.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3975A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 90 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.24 |
| HSL | 34.86º | 0.47% | 0.56% | - |
| HSV(B) | 34.86º | 0.54% | 0.76% | - |
| XYZ | 35.42 | 34.47 | 14.46 | - |
| YUV | 157.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 90 | 0 | 0.23 | 0.54 | 0.24 | 34.86 | 0.47 | 0.56 |
| Hex | C3 | 97 | 5A | 0 | 17 | 36 | 18 | 23 | 2F | 38 |
| Octal | 303 | 227 | 132 | 0 | 27 | 66 | 30 | 43 | 57 | 70 |
| Binary | 11000011 | 10010111 | 1011010 | 0 | 10111 | 110110 | 11000 | 100011 | 101111 | 111000 |
Color Harmonies of #C3975A
Complementary color
Monochromatic Colors of #C3975A
Black with #C3975A
Text Example
Text Example
White with #C3975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3975A; }
p { color: rgb(195,151,90); }
H1.HeaderClassName
{
color: #C3975A;
}
.AnyTagClassName
{
color: #C3975A;
}
</style>
background-color css
<style>
a { background-color: #C3975A; }
a { background-color: rgb(195,151,90); }
div.DivClassName
{
background-color: #C3975A;
}
.BgClassName
{
background-color: #C3975A;
}
</style>
border-color css
<style>
span { border-color: #C3975A; }
span { border-color: rgb(195,151,90); }
td.TdClassName
{
border-color: #C3975A;
}
.TagClassName
{
border-color: #C3975A;
}
</style>