Shades of Twine #C39A5E
Tints of Twine #C39A5E
RGB
CMYK
RGB Variations
Color information
#C39A5E (or 0xC39A5E) is known color: Twine. HEX triplet: C3, 9A and 5E. RGB value is (195,154,94). Sum of RGB (Red+Green+Blue) = 195+154+94=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A5E is #3C65A1. Grayscale: #9F9F9F. Windows color (decimal): -3958178 or 6200003. OLE color: 6200003.
HSL color Cylindrical-coordinate representation of color #C39A5E: hue angle of 35.64º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C39A5E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 94 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.24 |
| HSL | 35.64º | 0.46% | 0.57% | - |
| HSV(B) | 35.64º | 0.52% | 0.76% | - |
| XYZ | 36.08 | 35.52 | 15.54 | - |
| YUV | 159.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 94 | 0 | 0.21 | 0.52 | 0.24 | 35.64 | 0.46 | 0.57 |
| Hex | C3 | 9A | 5E | 0 | 15 | 34 | 18 | 24 | 2E | 39 |
| Octal | 303 | 232 | 136 | 0 | 25 | 64 | 30 | 44 | 56 | 71 |
| Binary | 11000011 | 10011010 | 1011110 | 0 | 10101 | 110100 | 11000 | 100100 | 101110 | 111001 |
Color Harmonies of #C39A5E
Complementary color
Monochromatic Colors of #C39A5E
Black with #C39A5E
Text Example
Text Example
White with #C39A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A5E; }
p { color: rgb(195,154,94); }
H1.HeaderClassName
{
color: #C39A5E;
}
.AnyTagClassName
{
color: #C39A5E;
}
</style>
background-color css
<style>
a { background-color: #C39A5E; }
a { background-color: rgb(195,154,94); }
div.DivClassName
{
background-color: #C39A5E;
}
.BgClassName
{
background-color: #C39A5E;
}
</style>
border-color css
<style>
span { border-color: #C39A5E; }
span { border-color: rgb(195,154,94); }
td.TdClassName
{
border-color: #C39A5E;
}
.TagClassName
{
border-color: #C39A5E;
}
</style>