Shades of Twine #C29050
Tints of Twine #C29050
RGB
CMYK
RGB Variations
Color information
#C29050 (or 0xC29050) is known color: Twine. HEX triplet: C2, 90 and 50. RGB value is (194,144,80). Sum of RGB (Red+Green+Blue) = 194+144+80=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C29050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29050 is #3D6FAF. Grayscale: #979797. Windows color (decimal): -4026288 or 5279938. OLE color: 5279938.
HSL color Cylindrical-coordinate representation of color #C29050: hue angle of 33.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29050 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 80 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.24 |
| HSL | 33.68º | 0.48% | 0.54% | - |
| HSV(B) | 33.68º | 0.59% | 0.76% | - |
| XYZ | 33.67 | 32 | 11.99 | - |
| YUV | 151.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 80 | 0 | 0.26 | 0.59 | 0.24 | 33.68 | 0.48 | 0.54 |
| Hex | C2 | 90 | 50 | 0 | 1A | 3B | 18 | 22 | 30 | 36 |
| Octal | 302 | 220 | 120 | 0 | 32 | 73 | 30 | 42 | 60 | 66 |
| Binary | 11000010 | 10010000 | 1010000 | 0 | 11010 | 111011 | 11000 | 100010 | 110000 | 110110 |
Color Harmonies of #C29050
Complementary color
Monochromatic Colors of #C29050
Black with #C29050
Text Example
Text Example
White with #C29050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29050; }
p { color: rgb(194,144,80); }
H1.HeaderClassName
{
color: #C29050;
}
.AnyTagClassName
{
color: #C29050;
}
</style>
background-color css
<style>
a { background-color: #C29050; }
a { background-color: rgb(194,144,80); }
div.DivClassName
{
background-color: #C29050;
}
.BgClassName
{
background-color: #C29050;
}
</style>
border-color css
<style>
span { border-color: #C29050; }
span { border-color: rgb(194,144,80); }
td.TdClassName
{
border-color: #C29050;
}
.TagClassName
{
border-color: #C29050;
}
</style>