Shades of Twine #C39256
Tints of Twine #C39256
RGB
CMYK
RGB Variations
Color information
#C39256 (or 0xC39256) is known color: Twine. HEX triplet: C3, 92 and 56. RGB value is (195,146,86). Sum of RGB (Red+Green+Blue) = 195+146+86=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39256 is #3C6DA9. Grayscale: #9A9A9A. Windows color (decimal): -3960234 or 5673667. OLE color: 5673667.
HSL color Cylindrical-coordinate representation of color #C39256: hue angle of 33.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C39256 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 86 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.24 |
| HSL | 33.03º | 0.48% | 0.55% | - |
| HSV(B) | 33.03º | 0.56% | 0.76% | - |
| XYZ | 34.46 | 32.83 | 13.32 | - |
| YUV | 153.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 86 | 0 | 0.25 | 0.56 | 0.24 | 33.03 | 0.48 | 0.55 |
| Hex | C3 | 92 | 56 | 0 | 19 | 38 | 18 | 21 | 30 | 37 |
| Octal | 303 | 222 | 126 | 0 | 31 | 70 | 30 | 41 | 60 | 67 |
| Binary | 11000011 | 10010010 | 1010110 | 0 | 11001 | 111000 | 11000 | 100001 | 110000 | 110111 |
Color Harmonies of #C39256
Complementary color
Monochromatic Colors of #C39256
Black with #C39256
Text Example
Text Example
White with #C39256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39256; }
p { color: rgb(195,146,86); }
H1.HeaderClassName
{
color: #C39256;
}
.AnyTagClassName
{
color: #C39256;
}
</style>
background-color css
<style>
a { background-color: #C39256; }
a { background-color: rgb(195,146,86); }
div.DivClassName
{
background-color: #C39256;
}
.BgClassName
{
background-color: #C39256;
}
</style>
border-color css
<style>
span { border-color: #C39256; }
span { border-color: rgb(195,146,86); }
td.TdClassName
{
border-color: #C39256;
}
.TagClassName
{
border-color: #C39256;
}
</style>