Shades of Twine #C29451
Tints of Twine #C29451
RGB
CMYK
RGB Variations
Color information
#C29451 (or 0xC29451) is known color: Twine. HEX triplet: C2, 94 and 51. RGB value is (194,148,81). Sum of RGB (Red+Green+Blue) = 194+148+81=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29451 is #3D6BAE. Grayscale: #9A9A9A. Windows color (decimal): -4025263 or 5346498. OLE color: 5346498.
HSL color Cylindrical-coordinate representation of color #C29451: hue angle of 35.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29451 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 81 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.24 |
| HSL | 35.58º | 0.48% | 0.54% | - |
| HSV(B) | 35.58º | 0.58% | 0.76% | - |
| XYZ | 34.32 | 33.24 | 12.39 | - |
| YUV | 154.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 81 | 0 | 0.24 | 0.58 | 0.24 | 35.58 | 0.48 | 0.54 |
| Hex | C2 | 94 | 51 | 0 | 18 | 3A | 18 | 24 | 30 | 36 |
| Octal | 302 | 224 | 121 | 0 | 30 | 72 | 30 | 44 | 60 | 66 |
| Binary | 11000010 | 10010100 | 1010001 | 0 | 11000 | 111010 | 11000 | 100100 | 110000 | 110110 |
Color Harmonies of #C29451
Complementary color
Monochromatic Colors of #C29451
Black with #C29451
Text Example
Text Example
White with #C29451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29451; }
p { color: rgb(194,148,81); }
H1.HeaderClassName
{
color: #C29451;
}
.AnyTagClassName
{
color: #C29451;
}
</style>
background-color css
<style>
a { background-color: #C29451; }
a { background-color: rgb(194,148,81); }
div.DivClassName
{
background-color: #C29451;
}
.BgClassName
{
background-color: #C29451;
}
</style>
border-color css
<style>
span { border-color: #C29451; }
span { border-color: rgb(194,148,81); }
td.TdClassName
{
border-color: #C29451;
}
.TagClassName
{
border-color: #C29451;
}
</style>