Shades of Twine #C1975D
Tints of Twine #C1975D
RGB
CMYK
RGB Variations
Color information
#C1975D (or 0xC1975D) is known color: Twine. HEX triplet: C1, 97 and 5D. RGB value is (193,151,93). Sum of RGB (Red+Green+Blue) = 193+151+93=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1975D is #3E68A2. Grayscale: #9D9D9D. Windows color (decimal): -4090019 or 6133697. OLE color: 6133697.
HSL color Cylindrical-coordinate representation of color #C1975D: hue angle of 34.8º degrees, saturation: 0.45, 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 #C1975D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 93 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.24 |
| HSL | 34.8º | 0.45% | 0.56% | - |
| HSV(B) | 34.8º | 0.52% | 0.76% | - |
| XYZ | 35.03 | 34.26 | 15.12 | - |
| YUV | 156.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 93 | 0 | 0.22 | 0.52 | 0.24 | 34.8 | 0.45 | 0.56 |
| Hex | C1 | 97 | 5D | 0 | 16 | 34 | 18 | 23 | 2D | 38 |
| Octal | 301 | 227 | 135 | 0 | 26 | 64 | 30 | 43 | 55 | 70 |
| Binary | 11000001 | 10010111 | 1011101 | 0 | 10110 | 110100 | 11000 | 100011 | 101101 | 111000 |
Color Harmonies of #C1975D
Complementary color
Monochromatic Colors of #C1975D
Black with #C1975D
Text Example
Text Example
White with #C1975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1975D; }
p { color: rgb(193,151,93); }
H1.HeaderClassName
{
color: #C1975D;
}
.AnyTagClassName
{
color: #C1975D;
}
</style>
background-color css
<style>
a { background-color: #C1975D; }
a { background-color: rgb(193,151,93); }
div.DivClassName
{
background-color: #C1975D;
}
.BgClassName
{
background-color: #C1975D;
}
</style>
border-color css
<style>
span { border-color: #C1975D; }
span { border-color: rgb(193,151,93); }
td.TdClassName
{
border-color: #C1975D;
}
.TagClassName
{
border-color: #C1975D;
}
</style>