Shades of Twine #C29954
Tints of Twine #C29954
RGB
CMYK
RGB Variations
Color information
#C29954 (or 0xC29954) is known color: Twine. HEX triplet: C2, 99 and 54. RGB value is (194,153,84). Sum of RGB (Red+Green+Blue) = 194+153+84=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C29954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29954 is #3D66AB. Grayscale: #9D9D9D. Windows color (decimal): -4023980 or 5544386. OLE color: 5544386.
HSL color Cylindrical-coordinate representation of color #C29954: hue angle of 37.64º 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 #C29954 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 84 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.24 |
| HSL | 37.64º | 0.47% | 0.55% | - |
| HSV(B) | 37.64º | 0.57% | 0.76% | - |
| XYZ | 35.24 | 34.89 | 13.26 | - |
| YUV | 157.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 84 | 0 | 0.21 | 0.57 | 0.24 | 37.64 | 0.47 | 0.55 |
| Hex | C2 | 99 | 54 | 0 | 15 | 39 | 18 | 26 | 2F | 37 |
| Octal | 302 | 231 | 124 | 0 | 25 | 71 | 30 | 46 | 57 | 67 |
| Binary | 11000010 | 10011001 | 1010100 | 0 | 10101 | 111001 | 11000 | 100110 | 101111 | 110111 |
Color Harmonies of #C29954
Complementary color
Monochromatic Colors of #C29954
Black with #C29954
Text Example
Text Example
White with #C29954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29954; }
p { color: rgb(194,153,84); }
H1.HeaderClassName
{
color: #C29954;
}
.AnyTagClassName
{
color: #C29954;
}
</style>
background-color css
<style>
a { background-color: #C29954; }
a { background-color: rgb(194,153,84); }
div.DivClassName
{
background-color: #C29954;
}
.BgClassName
{
background-color: #C29954;
}
</style>
border-color css
<style>
span { border-color: #C29954; }
span { border-color: rgb(194,153,84); }
td.TdClassName
{
border-color: #C29954;
}
.TagClassName
{
border-color: #C29954;
}
</style>