Shades of Twine #C29552
Tints of Twine #C29552
RGB
CMYK
RGB Variations
Color information
#C29552 (or 0xC29552) is known color: Twine. HEX triplet: C2, 95 and 52. RGB value is (194,149,82). Sum of RGB (Red+Green+Blue) = 194+149+82=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C29552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29552 is #3D6AAD. Grayscale: #9B9B9B. Windows color (decimal): -4025006 or 5412290. OLE color: 5412290.
HSL color Cylindrical-coordinate representation of color #C29552: hue angle of 35.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29552 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 82 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.24 |
| HSL | 35.89º | 0.48% | 0.54% | - |
| HSV(B) | 35.89º | 0.58% | 0.76% | - |
| XYZ | 34.52 | 33.57 | 12.64 | - |
| YUV | 154.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 82 | 0 | 0.23 | 0.58 | 0.24 | 35.89 | 0.48 | 0.54 |
| Hex | C2 | 95 | 52 | 0 | 17 | 3A | 18 | 24 | 30 | 36 |
| Octal | 302 | 225 | 122 | 0 | 27 | 72 | 30 | 44 | 60 | 66 |
| Binary | 11000010 | 10010101 | 1010010 | 0 | 10111 | 111010 | 11000 | 100100 | 110000 | 110110 |
Color Harmonies of #C29552
Complementary color
Monochromatic Colors of #C29552
Black with #C29552
Text Example
Text Example
White with #C29552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29552; }
p { color: rgb(194,149,82); }
H1.HeaderClassName
{
color: #C29552;
}
.AnyTagClassName
{
color: #C29552;
}
</style>
background-color css
<style>
a { background-color: #C29552; }
a { background-color: rgb(194,149,82); }
div.DivClassName
{
background-color: #C29552;
}
.BgClassName
{
background-color: #C29552;
}
</style>
border-color css
<style>
span { border-color: #C29552; }
span { border-color: rgb(194,149,82); }
td.TdClassName
{
border-color: #C29552;
}
.TagClassName
{
border-color: #C29552;
}
</style>