Shades of Twine #C29857
Tints of Twine #C29857
RGB
CMYK
RGB Variations
Color information
#C29857 (or 0xC29857) is known color: Twine. HEX triplet: C2, 98 and 57. RGB value is (194,152,87). Sum of RGB (Red+Green+Blue) = 194+152+87=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C29857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29857 is #3D67A8. Grayscale: #9D9D9D. Windows color (decimal): -4024233 or 5740738. OLE color: 5740738.
HSL color Cylindrical-coordinate representation of color #C29857: hue angle of 36.45º 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 #C29857 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 87 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.24 |
| HSL | 36.45º | 0.47% | 0.55% | - |
| HSV(B) | 36.45º | 0.55% | 0.76% | - |
| XYZ | 35.2 | 34.61 | 13.84 | - |
| YUV | 157.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 87 | 0 | 0.22 | 0.55 | 0.24 | 36.45 | 0.47 | 0.55 |
| Hex | C2 | 98 | 57 | 0 | 16 | 37 | 18 | 24 | 2F | 37 |
| Octal | 302 | 230 | 127 | 0 | 26 | 67 | 30 | 44 | 57 | 67 |
| Binary | 11000010 | 10011000 | 1010111 | 0 | 10110 | 110111 | 11000 | 100100 | 101111 | 110111 |
Color Harmonies of #C29857
Complementary color
Monochromatic Colors of #C29857
Black with #C29857
Text Example
Text Example
White with #C29857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29857; }
p { color: rgb(194,152,87); }
H1.HeaderClassName
{
color: #C29857;
}
.AnyTagClassName
{
color: #C29857;
}
</style>
background-color css
<style>
a { background-color: #C29857; }
a { background-color: rgb(194,152,87); }
div.DivClassName
{
background-color: #C29857;
}
.BgClassName
{
background-color: #C29857;
}
</style>
border-color css
<style>
span { border-color: #C29857; }
span { border-color: rgb(194,152,87); }
td.TdClassName
{
border-color: #C29857;
}
.TagClassName
{
border-color: #C29857;
}
</style>