Shades of Twine #C29B56
Tints of Twine #C29B56
RGB
CMYK
RGB Variations
Color information
#C29B56 (or 0xC29B56) is known color: Twine. HEX triplet: C2, 9B and 56. RGB value is (194,155,86). Sum of RGB (Red+Green+Blue) = 194+155+86=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B56 is #3D64A9. Grayscale: #9F9F9F. Windows color (decimal): -4023466 or 5675970. OLE color: 5675970.
HSL color Cylindrical-coordinate representation of color #C29B56: hue angle of 38.33º degrees, saturation: 0.47, 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 #C29B56 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 86 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.24 |
| HSL | 38.33º | 0.47% | 0.55% | - |
| HSV(B) | 38.33º | 0.56% | 0.76% | - |
| XYZ | 35.65 | 35.58 | 13.79 | - |
| YUV | 158.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 86 | 0 | 0.20 | 0.56 | 0.24 | 38.33 | 0.47 | 0.55 |
| Hex | C2 | 9B | 56 | 0 | 14 | 38 | 18 | 26 | 2F | 37 |
| Octal | 302 | 233 | 126 | 0 | 24 | 70 | 30 | 46 | 57 | 67 |
| Binary | 11000010 | 10011011 | 1010110 | 0 | 10100 | 111000 | 11000 | 100110 | 101111 | 110111 |
Color Harmonies of #C29B56
Complementary color
Monochromatic Colors of #C29B56
Black with #C29B56
Text Example
Text Example
White with #C29B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B56; }
p { color: rgb(194,155,86); }
H1.HeaderClassName
{
color: #C29B56;
}
.AnyTagClassName
{
color: #C29B56;
}
</style>
background-color css
<style>
a { background-color: #C29B56; }
a { background-color: rgb(194,155,86); }
div.DivClassName
{
background-color: #C29B56;
}
.BgClassName
{
background-color: #C29B56;
}
</style>
border-color css
<style>
span { border-color: #C29B56; }
span { border-color: rgb(194,155,86); }
td.TdClassName
{
border-color: #C29B56;
}
.TagClassName
{
border-color: #C29B56;
}
</style>