Shades of Twine #C1995B
Tints of Twine #C1995B
RGB
CMYK
RGB Variations
Color information
#C1995B (or 0xC1995B) is known color: Twine. HEX triplet: C1, 99 and 5B. RGB value is (193,153,91). Sum of RGB (Red+Green+Blue) = 193+153+91=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995B is #3E66A4. Grayscale: #9E9E9E. Windows color (decimal): -4089509 or 6003137. OLE color: 6003137.
HSL color Cylindrical-coordinate representation of color #C1995B: hue angle of 36.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1995B is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 91 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.24 |
| HSL | 36.47º | 0.45% | 0.56% | - |
| HSV(B) | 36.47º | 0.53% | 0.76% | - |
| XYZ | 35.27 | 34.88 | 14.77 | - |
| YUV | 157.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 91 | 0 | 0.21 | 0.53 | 0.24 | 36.47 | 0.45 | 0.56 |
| Hex | C1 | 99 | 5B | 0 | 15 | 35 | 18 | 24 | 2D | 38 |
| Octal | 301 | 231 | 133 | 0 | 25 | 65 | 30 | 44 | 55 | 70 |
| Binary | 11000001 | 10011001 | 1011011 | 0 | 10101 | 110101 | 11000 | 100100 | 101101 | 111000 |
Color Harmonies of #C1995B
Complementary color
Monochromatic Colors of #C1995B
Black with #C1995B
Text Example
Text Example
White with #C1995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1995B; }
p { color: rgb(193,153,91); }
H1.HeaderClassName
{
color: #C1995B;
}
.AnyTagClassName
{
color: #C1995B;
}
</style>
background-color css
<style>
a { background-color: #C1995B; }
a { background-color: rgb(193,153,91); }
div.DivClassName
{
background-color: #C1995B;
}
.BgClassName
{
background-color: #C1995B;
}
</style>
border-color css
<style>
span { border-color: #C1995B; }
span { border-color: rgb(193,153,91); }
td.TdClassName
{
border-color: #C1995B;
}
.TagClassName
{
border-color: #C1995B;
}
</style>