Shades of Twine #C29158
Tints of Twine #C29158
RGB
CMYK
RGB Variations
Color information
#C29158 (or 0xC29158) is known color: Twine. HEX triplet: C2, 91 and 58. RGB value is (194,145,88). Sum of RGB (Red+Green+Blue) = 194+145+88=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29158 is #3D6EA7. Grayscale: #999999. Windows color (decimal): -4026024 or 5804482. OLE color: 5804482.
HSL color Cylindrical-coordinate representation of color #C29158: hue angle of 32.26º degrees, saturation: 0.46, 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 #C29158 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 88 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.24 |
| HSL | 32.26º | 0.46% | 0.55% | - |
| HSV(B) | 32.26º | 0.55% | 0.76% | - |
| XYZ | 34.13 | 32.42 | 13.69 | - |
| YUV | 153.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 88 | 0 | 0.25 | 0.55 | 0.24 | 32.26 | 0.46 | 0.55 |
| Hex | C2 | 91 | 58 | 0 | 19 | 37 | 18 | 20 | 2E | 37 |
| Octal | 302 | 221 | 130 | 0 | 31 | 67 | 30 | 40 | 56 | 67 |
| Binary | 11000010 | 10010001 | 1011000 | 0 | 11001 | 110111 | 11000 | 100000 | 101110 | 110111 |
Color Harmonies of #C29158
Complementary color
Monochromatic Colors of #C29158
Black with #C29158
Text Example
Text Example
White with #C29158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29158; }
p { color: rgb(194,145,88); }
H1.HeaderClassName
{
color: #C29158;
}
.AnyTagClassName
{
color: #C29158;
}
</style>
background-color css
<style>
a { background-color: #C29158; }
a { background-color: rgb(194,145,88); }
div.DivClassName
{
background-color: #C29158;
}
.BgClassName
{
background-color: #C29158;
}
</style>
border-color css
<style>
span { border-color: #C29158; }
span { border-color: rgb(194,145,88); }
td.TdClassName
{
border-color: #C29158;
}
.TagClassName
{
border-color: #C29158;
}
</style>