Shades of Twine #C38957
Tints of Twine #C38957
RGB
CMYK
RGB Variations
Color information
#C38957 (or 0xC38957) is known color: Twine. HEX triplet: C3, 89 and 57. RGB value is (195,137,87). Sum of RGB (Red+Green+Blue) = 195+137+87=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C38957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38957 is #3C76A8. Grayscale: #949494. Windows color (decimal): -3962537 or 5736899. OLE color: 5736899.
HSL color Cylindrical-coordinate representation of color #C38957: hue angle of 27.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C38957 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 87 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.24 |
| HSL | 27.78º | 0.47% | 0.55% | - |
| HSV(B) | 27.78º | 0.55% | 0.76% | - |
| XYZ | 33.17 | 30.18 | 13.09 | - |
| YUV | 148.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 87 | 0 | 0.30 | 0.55 | 0.24 | 27.78 | 0.47 | 0.55 |
| Hex | C3 | 89 | 57 | 0 | 1E | 37 | 18 | 1C | 2F | 37 |
| Octal | 303 | 211 | 127 | 0 | 36 | 67 | 30 | 34 | 57 | 67 |
| Binary | 11000011 | 10001001 | 1010111 | 0 | 11110 | 110111 | 11000 | 11100 | 101111 | 110111 |
Color Harmonies of #C38957
Complementary color
Monochromatic Colors of #C38957
Black with #C38957
Text Example
Text Example
White with #C38957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38957; }
p { color: rgb(195,137,87); }
H1.HeaderClassName
{
color: #C38957;
}
.AnyTagClassName
{
color: #C38957;
}
</style>
background-color css
<style>
a { background-color: #C38957; }
a { background-color: rgb(195,137,87); }
div.DivClassName
{
background-color: #C38957;
}
.BgClassName
{
background-color: #C38957;
}
</style>
border-color css
<style>
span { border-color: #C38957; }
span { border-color: rgb(195,137,87); }
td.TdClassName
{
border-color: #C38957;
}
.TagClassName
{
border-color: #C38957;
}
</style>