Shades of Twine #C29B5A
Tints of Twine #C29B5A
RGB
CMYK
RGB Variations
Color information
#C29B5A (or 0xC29B5A) is known color: Twine. HEX triplet: C2, 9B and 5A. RGB value is (194,155,90). Sum of RGB (Red+Green+Blue) = 194+155+90=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B5A is #3D64A5. Grayscale: #9F9F9F. Windows color (decimal): -4023462 or 5938114. OLE color: 5938114.
HSL color Cylindrical-coordinate representation of color #C29B5A: hue angle of 37.5º 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 #C29B5A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 90 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.24 |
| HSL | 37.5º | 0.46% | 0.56% | - |
| HSV(B) | 37.5º | 0.54% | 0.76% | - |
| XYZ | 35.81 | 35.65 | 14.67 | - |
| YUV | 159.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 90 | 0 | 0.20 | 0.54 | 0.24 | 37.5 | 0.46 | 0.56 |
| Hex | C2 | 9B | 5A | 0 | 14 | 36 | 18 | 26 | 2E | 38 |
| Octal | 302 | 233 | 132 | 0 | 24 | 66 | 30 | 46 | 56 | 70 |
| Binary | 11000010 | 10011011 | 1011010 | 0 | 10100 | 110110 | 11000 | 100110 | 101110 | 111000 |
Color Harmonies of #C29B5A
Complementary color
Monochromatic Colors of #C29B5A
Black with #C29B5A
Text Example
Text Example
White with #C29B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B5A; }
p { color: rgb(194,155,90); }
H1.HeaderClassName
{
color: #C29B5A;
}
.AnyTagClassName
{
color: #C29B5A;
}
</style>
background-color css
<style>
a { background-color: #C29B5A; }
a { background-color: rgb(194,155,90); }
div.DivClassName
{
background-color: #C29B5A;
}
.BgClassName
{
background-color: #C29B5A;
}
</style>
border-color css
<style>
span { border-color: #C29B5A; }
span { border-color: rgb(194,155,90); }
td.TdClassName
{
border-color: #C29B5A;
}
.TagClassName
{
border-color: #C29B5A;
}
</style>