Shades of Twine #C29654
Tints of Twine #C29654
RGB
CMYK
RGB Variations
Color information
#C29654 (or 0xC29654) is known color: Twine. HEX triplet: C2, 96 and 54. RGB value is (194,150,84). Sum of RGB (Red+Green+Blue) = 194+150+84=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29654 is #3D69AB. Grayscale: #9B9B9B. Windows color (decimal): -4024748 or 5543618. OLE color: 5543618.
HSL color Cylindrical-coordinate representation of color #C29654: hue angle of 36º 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 #C29654 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 84 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.24 |
| HSL | 36º | 0.47% | 0.55% | - |
| HSV(B) | 36º | 0.57% | 0.76% | - |
| XYZ | 34.75 | 33.92 | 13.1 | - |
| YUV | 155.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 84 | 0 | 0.23 | 0.57 | 0.24 | 36 | 0.47 | 0.55 |
| Hex | C2 | 96 | 54 | 0 | 17 | 39 | 18 | 24 | 2F | 37 |
| Octal | 302 | 226 | 124 | 0 | 27 | 71 | 30 | 44 | 57 | 67 |
| Binary | 11000010 | 10010110 | 1010100 | 0 | 10111 | 111001 | 11000 | 100100 | 101111 | 110111 |
Color Harmonies of #C29654
Complementary color
Monochromatic Colors of #C29654
Black with #C29654
Text Example
Text Example
White with #C29654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29654; }
p { color: rgb(194,150,84); }
H1.HeaderClassName
{
color: #C29654;
}
.AnyTagClassName
{
color: #C29654;
}
</style>
background-color css
<style>
a { background-color: #C29654; }
a { background-color: rgb(194,150,84); }
div.DivClassName
{
background-color: #C29654;
}
.BgClassName
{
background-color: #C29654;
}
</style>
border-color css
<style>
span { border-color: #C29654; }
span { border-color: rgb(194,150,84); }
td.TdClassName
{
border-color: #C29654;
}
.TagClassName
{
border-color: #C29654;
}
</style>