Shades of Twine #C29054
Tints of Twine #C29054
RGB
CMYK
RGB Variations
Color information
#C29054 (or 0xC29054) is known color: Twine. HEX triplet: C2, 90 and 54. RGB value is (194,144,84). Sum of RGB (Red+Green+Blue) = 194+144+84=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C29054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29054 is #3D6FAB. Grayscale: #989898. Windows color (decimal): -4026284 or 5542082. OLE color: 5542082.
HSL color Cylindrical-coordinate representation of color #C29054: hue angle of 32.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C29054 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 84 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.24 |
| HSL | 32.73º | 0.47% | 0.55% | - |
| HSV(B) | 32.73º | 0.57% | 0.76% | - |
| XYZ | 33.82 | 32.06 | 12.79 | - |
| YUV | 152.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 84 | 0 | 0.26 | 0.57 | 0.24 | 32.73 | 0.47 | 0.55 |
| Hex | C2 | 90 | 54 | 0 | 1A | 39 | 18 | 21 | 2F | 37 |
| Octal | 302 | 220 | 124 | 0 | 32 | 71 | 30 | 41 | 57 | 67 |
| Binary | 11000010 | 10010000 | 1010100 | 0 | 11010 | 111001 | 11000 | 100001 | 101111 | 110111 |
Color Harmonies of #C29054
Complementary color
Monochromatic Colors of #C29054
Black with #C29054
Text Example
Text Example
White with #C29054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29054; }
p { color: rgb(194,144,84); }
H1.HeaderClassName
{
color: #C29054;
}
.AnyTagClassName
{
color: #C29054;
}
</style>
background-color css
<style>
a { background-color: #C29054; }
a { background-color: rgb(194,144,84); }
div.DivClassName
{
background-color: #C29054;
}
.BgClassName
{
background-color: #C29054;
}
</style>
border-color css
<style>
span { border-color: #C29054; }
span { border-color: rgb(194,144,84); }
td.TdClassName
{
border-color: #C29054;
}
.TagClassName
{
border-color: #C29054;
}
</style>