Shades of Twine #C3995D
Tints of Twine #C3995D
RGB
CMYK
RGB Variations
Color information
#C3995D (or 0xC3995D) is known color: Twine. HEX triplet: C3, 99 and 5D. RGB value is (195,153,93). Sum of RGB (Red+Green+Blue) = 195+153+93=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3995D is #3C66A2. Grayscale: #9E9E9E. Windows color (decimal): -3958435 or 6134211. OLE color: 6134211.
HSL color Cylindrical-coordinate representation of color #C3995D: hue angle of 35.29º 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 #C3995D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 93 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.24 |
| HSL | 35.29º | 0.46% | 0.56% | - |
| HSV(B) | 35.29º | 0.52% | 0.76% | - |
| XYZ | 35.87 | 35.17 | 15.25 | - |
| YUV | 158.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 93 | 0 | 0.22 | 0.52 | 0.24 | 35.29 | 0.46 | 0.56 |
| Hex | C3 | 99 | 5D | 0 | 16 | 34 | 18 | 23 | 2E | 38 |
| Octal | 303 | 231 | 135 | 0 | 26 | 64 | 30 | 43 | 56 | 70 |
| Binary | 11000011 | 10011001 | 1011101 | 0 | 10110 | 110100 | 11000 | 100011 | 101110 | 111000 |
Color Harmonies of #C3995D
Complementary color
Monochromatic Colors of #C3995D
Black with #C3995D
Text Example
Text Example
White with #C3995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3995D; }
p { color: rgb(195,153,93); }
H1.HeaderClassName
{
color: #C3995D;
}
.AnyTagClassName
{
color: #C3995D;
}
</style>
background-color css
<style>
a { background-color: #C3995D; }
a { background-color: rgb(195,153,93); }
div.DivClassName
{
background-color: #C3995D;
}
.BgClassName
{
background-color: #C3995D;
}
</style>
border-color css
<style>
span { border-color: #C3995D; }
span { border-color: rgb(195,153,93); }
td.TdClassName
{
border-color: #C3995D;
}
.TagClassName
{
border-color: #C3995D;
}
</style>