Shades of Twine #C1995D
Tints of Twine #C1995D
RGB
CMYK
RGB Variations
Color information
#C1995D (or 0xC1995D) is known color: Twine. HEX triplet: C1, 99 and 5D. RGB value is (193,153,93). Sum of RGB (Red+Green+Blue) = 193+153+93=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995D is #3E66A2. Grayscale: #9E9E9E. Windows color (decimal): -4089507 or 6134209. OLE color: 6134209.
HSL color Cylindrical-coordinate representation of color #C1995D: hue angle of 36º 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 #C1995D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 93 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.24 |
| HSL | 36º | 0.45% | 0.56% | - |
| HSV(B) | 36º | 0.52% | 0.76% | - |
| XYZ | 35.36 | 34.91 | 15.23 | - |
| YUV | 158.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 93 | 0 | 0.21 | 0.52 | 0.24 | 36 | 0.45 | 0.56 |
| Hex | C1 | 99 | 5D | 0 | 15 | 34 | 18 | 24 | 2D | 38 |
| Octal | 301 | 231 | 135 | 0 | 25 | 64 | 30 | 44 | 55 | 70 |
| Binary | 11000001 | 10011001 | 1011101 | 0 | 10101 | 110100 | 11000 | 100100 | 101101 | 111000 |
Color Harmonies of #C1995D
Complementary color
Monochromatic Colors of #C1995D
Black with #C1995D
Text Example
Text Example
White with #C1995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1995D; }
p { color: rgb(193,153,93); }
H1.HeaderClassName
{
color: #C1995D;
}
.AnyTagClassName
{
color: #C1995D;
}
</style>
background-color css
<style>
a { background-color: #C1995D; }
a { background-color: rgb(193,153,93); }
div.DivClassName
{
background-color: #C1995D;
}
.BgClassName
{
background-color: #C1995D;
}
</style>
border-color css
<style>
span { border-color: #C1995D; }
span { border-color: rgb(193,153,93); }
td.TdClassName
{
border-color: #C1995D;
}
.TagClassName
{
border-color: #C1995D;
}
</style>