Shades of Twine #C29053
Tints of Twine #C29053
RGB
CMYK
RGB Variations
Color information
#C29053 (or 0xC29053) is known color: Twine. HEX triplet: C2, 90 and 53. RGB value is (194,144,83). Sum of RGB (Red+Green+Blue) = 194+144+83=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C29053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29053 is #3D6FAC. Grayscale: #989898. Windows color (decimal): -4026285 or 5476546. OLE color: 5476546.
HSL color Cylindrical-coordinate representation of color #C29053: hue angle of 32.97º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C29053 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 83 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.24 |
| HSL | 32.97º | 0.48% | 0.54% | - |
| HSV(B) | 32.97º | 0.57% | 0.76% | - |
| XYZ | 33.78 | 32.04 | 12.59 | - |
| YUV | 152 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 83 | 0 | 0.26 | 0.57 | 0.24 | 32.97 | 0.48 | 0.54 |
| Hex | C2 | 90 | 53 | 0 | 1A | 39 | 18 | 21 | 30 | 36 |
| Octal | 302 | 220 | 123 | 0 | 32 | 71 | 30 | 41 | 60 | 66 |
| Binary | 11000010 | 10010000 | 1010011 | 0 | 11010 | 111001 | 11000 | 100001 | 110000 | 110110 |
Color Harmonies of #C29053
Complementary color
Monochromatic Colors of #C29053
Black with #C29053
Text Example
Text Example
White with #C29053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29053; }
p { color: rgb(194,144,83); }
H1.HeaderClassName
{
color: #C29053;
}
.AnyTagClassName
{
color: #C29053;
}
</style>
background-color css
<style>
a { background-color: #C29053; }
a { background-color: rgb(194,144,83); }
div.DivClassName
{
background-color: #C29053;
}
.BgClassName
{
background-color: #C29053;
}
</style>
border-color css
<style>
span { border-color: #C29053; }
span { border-color: rgb(194,144,83); }
td.TdClassName
{
border-color: #C29053;
}
.TagClassName
{
border-color: #C29053;
}
</style>