Shades of Twine #C3995C
Tints of Twine #C3995C
RGB
CMYK
RGB Variations
Color information
#C3995C (or 0xC3995C) is known color: Twine. HEX triplet: C3, 99 and 5C. RGB value is (195,153,92). Sum of RGB (Red+Green+Blue) = 195+153+92=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3995C is #3C66A3. Grayscale: #9E9E9E. Windows color (decimal): -3958436 or 6068675. OLE color: 6068675.
HSL color Cylindrical-coordinate representation of color #C3995C: hue angle of 35.53º degrees, saturation: 0.46, 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 #C3995C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 92 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.24 |
| HSL | 35.53º | 0.46% | 0.56% | - |
| HSV(B) | 35.53º | 0.53% | 0.76% | - |
| XYZ | 35.83 | 35.16 | 15.02 | - |
| YUV | 158.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 92 | 0 | 0.22 | 0.53 | 0.24 | 35.53 | 0.46 | 0.56 |
| Hex | C3 | 99 | 5C | 0 | 16 | 35 | 18 | 24 | 2E | 38 |
| Octal | 303 | 231 | 134 | 0 | 26 | 65 | 30 | 44 | 56 | 70 |
| Binary | 11000011 | 10011001 | 1011100 | 0 | 10110 | 110101 | 11000 | 100100 | 101110 | 111000 |
Color Harmonies of #C3995C
Complementary color
Monochromatic Colors of #C3995C
Black with #C3995C
Text Example
Text Example
White with #C3995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3995C; }
p { color: rgb(195,153,92); }
H1.HeaderClassName
{
color: #C3995C;
}
.AnyTagClassName
{
color: #C3995C;
}
</style>
background-color css
<style>
a { background-color: #C3995C; }
a { background-color: rgb(195,153,92); }
div.DivClassName
{
background-color: #C3995C;
}
.BgClassName
{
background-color: #C3995C;
}
</style>
border-color css
<style>
span { border-color: #C3995C; }
span { border-color: rgb(195,153,92); }
td.TdClassName
{
border-color: #C3995C;
}
.TagClassName
{
border-color: #C3995C;
}
</style>