Shades of Twine #C29255
Tints of Twine #C29255
RGB
CMYK
RGB Variations
Color information
#C29255 (or 0xC29255) is known color: Twine. HEX triplet: C2, 92 and 55. RGB value is (194,146,85). Sum of RGB (Red+Green+Blue) = 194+146+85=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C29255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29255 is #3D6DAA. Grayscale: #999999. Windows color (decimal): -4025771 or 5608130. OLE color: 5608130.
HSL color Cylindrical-coordinate representation of color #C29255: hue angle of 33.58º 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 #C29255 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 85 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.24 |
| HSL | 33.58º | 0.47% | 0.55% | - |
| HSV(B) | 33.58º | 0.56% | 0.76% | - |
| XYZ | 34.17 | 32.68 | 13.1 | - |
| YUV | 153.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 85 | 0 | 0.25 | 0.56 | 0.24 | 33.58 | 0.47 | 0.55 |
| Hex | C2 | 92 | 55 | 0 | 19 | 38 | 18 | 22 | 2F | 37 |
| Octal | 302 | 222 | 125 | 0 | 31 | 70 | 30 | 42 | 57 | 67 |
| Binary | 11000010 | 10010010 | 1010101 | 0 | 11001 | 111000 | 11000 | 100010 | 101111 | 110111 |
Color Harmonies of #C29255
Complementary color
Monochromatic Colors of #C29255
Black with #C29255
Text Example
Text Example
White with #C29255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29255; }
p { color: rgb(194,146,85); }
H1.HeaderClassName
{
color: #C29255;
}
.AnyTagClassName
{
color: #C29255;
}
</style>
background-color css
<style>
a { background-color: #C29255; }
a { background-color: rgb(194,146,85); }
div.DivClassName
{
background-color: #C29255;
}
.BgClassName
{
background-color: #C29255;
}
</style>
border-color css
<style>
span { border-color: #C29255; }
span { border-color: rgb(194,146,85); }
td.TdClassName
{
border-color: #C29255;
}
.TagClassName
{
border-color: #C29255;
}
</style>