Shades of Twine #C29655
Tints of Twine #C29655
RGB
CMYK
RGB Variations
Color information
#C29655 (or 0xC29655) is known color: Twine. HEX triplet: C2, 96 and 55. RGB value is (194,150,85). Sum of RGB (Red+Green+Blue) = 194+150+85=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29655 is #3D69AA. Grayscale: #9C9C9C. Windows color (decimal): -4024747 or 5609154. OLE color: 5609154.
HSL color Cylindrical-coordinate representation of color #C29655: hue angle of 35.78º 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 #C29655 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 85 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.24 |
| HSL | 35.78º | 0.47% | 0.55% | - |
| HSV(B) | 35.78º | 0.56% | 0.76% | - |
| XYZ | 34.79 | 33.94 | 13.31 | - |
| YUV | 155.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 85 | 0 | 0.23 | 0.56 | 0.24 | 35.78 | 0.47 | 0.55 |
| Hex | C2 | 96 | 55 | 0 | 17 | 38 | 18 | 24 | 2F | 37 |
| Octal | 302 | 226 | 125 | 0 | 27 | 70 | 30 | 44 | 57 | 67 |
| Binary | 11000010 | 10010110 | 1010101 | 0 | 10111 | 111000 | 11000 | 100100 | 101111 | 110111 |
Color Harmonies of #C29655
Complementary color
Monochromatic Colors of #C29655
Black with #C29655
Text Example
Text Example
White with #C29655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29655; }
p { color: rgb(194,150,85); }
H1.HeaderClassName
{
color: #C29655;
}
.AnyTagClassName
{
color: #C29655;
}
</style>
background-color css
<style>
a { background-color: #C29655; }
a { background-color: rgb(194,150,85); }
div.DivClassName
{
background-color: #C29655;
}
.BgClassName
{
background-color: #C29655;
}
</style>
border-color css
<style>
span { border-color: #C29655; }
span { border-color: rgb(194,150,85); }
td.TdClassName
{
border-color: #C29655;
}
.TagClassName
{
border-color: #C29655;
}
</style>