Shades of Twine #C38E51
Tints of Twine #C38E51
RGB
CMYK
RGB Variations
Color information
#C38E51 (or 0xC38E51) is known color: Twine. HEX triplet: C3, 8E and 51. RGB value is (195,142,81). Sum of RGB (Red+Green+Blue) = 195+142+81=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E51 is #3C71AE. Grayscale: #979797. Windows color (decimal): -3961263 or 5344963. OLE color: 5344963.
HSL color Cylindrical-coordinate representation of color #C38E51: hue angle of 32.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C38E51 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 81 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.24 |
| HSL | 32.11º | 0.49% | 0.54% | - |
| HSV(B) | 32.11º | 0.58% | 0.76% | - |
| XYZ | 33.66 | 31.54 | 12.1 | - |
| YUV | 150.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 81 | 0 | 0.27 | 0.58 | 0.24 | 32.11 | 0.49 | 0.54 |
| Hex | C3 | 8E | 51 | 0 | 1B | 3A | 18 | 20 | 31 | 36 |
| Octal | 303 | 216 | 121 | 0 | 33 | 72 | 30 | 40 | 61 | 66 |
| Binary | 11000011 | 10001110 | 1010001 | 0 | 11011 | 111010 | 11000 | 100000 | 110001 | 110110 |
Color Harmonies of #C38E51
Complementary color
Monochromatic Colors of #C38E51
Black with #C38E51
Text Example
Text Example
White with #C38E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E51; }
p { color: rgb(195,142,81); }
H1.HeaderClassName
{
color: #C38E51;
}
.AnyTagClassName
{
color: #C38E51;
}
</style>
background-color css
<style>
a { background-color: #C38E51; }
a { background-color: rgb(195,142,81); }
div.DivClassName
{
background-color: #C38E51;
}
.BgClassName
{
background-color: #C38E51;
}
</style>
border-color css
<style>
span { border-color: #C38E51; }
span { border-color: rgb(195,142,81); }
td.TdClassName
{
border-color: #C38E51;
}
.TagClassName
{
border-color: #C38E51;
}
</style>