Shades of Twine #C29C55
Tints of Twine #C29C55
RGB
CMYK
RGB Variations
Color information
#C29C55 (or 0xC29C55) is known color: Twine. HEX triplet: C2, 9C and 55. RGB value is (194,156,85). Sum of RGB (Red+Green+Blue) = 194+156+85=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C55 is #3D63AA. Grayscale: #9F9F9F. Windows color (decimal): -4023211 or 5610690. OLE color: 5610690.
HSL color Cylindrical-coordinate representation of color #C29C55: hue angle of 39.08º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C29C55 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 85 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.24 |
| HSL | 39.08º | 0.47% | 0.55% | - |
| HSV(B) | 39.08º | 0.56% | 0.76% | - |
| XYZ | 35.78 | 35.9 | 13.64 | - |
| YUV | 159.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 85 | 0 | 0.20 | 0.56 | 0.24 | 39.08 | 0.47 | 0.55 |
| Hex | C2 | 9C | 55 | 0 | 14 | 38 | 18 | 27 | 2F | 37 |
| Octal | 302 | 234 | 125 | 0 | 24 | 70 | 30 | 47 | 57 | 67 |
| Binary | 11000010 | 10011100 | 1010101 | 0 | 10100 | 111000 | 11000 | 100111 | 101111 | 110111 |
Color Harmonies of #C29C55
Complementary color
Monochromatic Colors of #C29C55
Black with #C29C55
Text Example
Text Example
White with #C29C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C55; }
p { color: rgb(194,156,85); }
H1.HeaderClassName
{
color: #C29C55;
}
.AnyTagClassName
{
color: #C29C55;
}
</style>
background-color css
<style>
a { background-color: #C29C55; }
a { background-color: rgb(194,156,85); }
div.DivClassName
{
background-color: #C29C55;
}
.BgClassName
{
background-color: #C29C55;
}
</style>
border-color css
<style>
span { border-color: #C29C55; }
span { border-color: rgb(194,156,85); }
td.TdClassName
{
border-color: #C29C55;
}
.TagClassName
{
border-color: #C29C55;
}
</style>