Shades of Twine #C29C5A
Tints of Twine #C29C5A
RGB
CMYK
RGB Variations
Color information
#C29C5A (or 0xC29C5A) is known color: Twine. HEX triplet: C2, 9C and 5A. RGB value is (194,156,90). Sum of RGB (Red+Green+Blue) = 194+156+90=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C5A is #3D63A5. Grayscale: #A0A0A0. Windows color (decimal): -4023206 or 5938370. OLE color: 5938370.
HSL color Cylindrical-coordinate representation of color #C29C5A: hue angle of 38.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C29C5A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 90 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.24 |
| HSL | 38.08º | 0.46% | 0.56% | - |
| HSV(B) | 38.08º | 0.54% | 0.76% | - |
| XYZ | 35.98 | 35.98 | 14.72 | - |
| YUV | 159.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 90 | 0 | 0.20 | 0.54 | 0.24 | 38.08 | 0.46 | 0.56 |
| Hex | C2 | 9C | 5A | 0 | 14 | 36 | 18 | 26 | 2E | 38 |
| Octal | 302 | 234 | 132 | 0 | 24 | 66 | 30 | 46 | 56 | 70 |
| Binary | 11000010 | 10011100 | 1011010 | 0 | 10100 | 110110 | 11000 | 100110 | 101110 | 111000 |
Color Harmonies of #C29C5A
Complementary color
Monochromatic Colors of #C29C5A
Black with #C29C5A
Text Example
Text Example
White with #C29C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C5A; }
p { color: rgb(194,156,90); }
H1.HeaderClassName
{
color: #C29C5A;
}
.AnyTagClassName
{
color: #C29C5A;
}
</style>
background-color css
<style>
a { background-color: #C29C5A; }
a { background-color: rgb(194,156,90); }
div.DivClassName
{
background-color: #C29C5A;
}
.BgClassName
{
background-color: #C29C5A;
}
</style>
border-color css
<style>
span { border-color: #C29C5A; }
span { border-color: rgb(194,156,90); }
td.TdClassName
{
border-color: #C29C5A;
}
.TagClassName
{
border-color: #C29C5A;
}
</style>