Shades of Twine #C29953
Tints of Twine #C29953
RGB
CMYK
RGB Variations
Color information
#C29953 (or 0xC29953) is known color: Twine. HEX triplet: C2, 99 and 53. RGB value is (194,153,83). Sum of RGB (Red+Green+Blue) = 194+153+83=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C29953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29953 is #3D66AC. Grayscale: #9D9D9D. Windows color (decimal): -4023981 or 5478850. OLE color: 5478850.
HSL color Cylindrical-coordinate representation of color #C29953: hue angle of 37.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C29953 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 83 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.24 |
| HSL | 37.84º | 0.48% | 0.54% | - |
| HSV(B) | 37.84º | 0.57% | 0.76% | - |
| XYZ | 35.2 | 34.88 | 13.06 | - |
| YUV | 157.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 83 | 0 | 0.21 | 0.57 | 0.24 | 37.84 | 0.48 | 0.54 |
| Hex | C2 | 99 | 53 | 0 | 15 | 39 | 18 | 26 | 30 | 36 |
| Octal | 302 | 231 | 123 | 0 | 25 | 71 | 30 | 46 | 60 | 66 |
| Binary | 11000010 | 10011001 | 1010011 | 0 | 10101 | 111001 | 11000 | 100110 | 110000 | 110110 |
Color Harmonies of #C29953
Complementary color
Monochromatic Colors of #C29953
Black with #C29953
Text Example
Text Example
White with #C29953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29953; }
p { color: rgb(194,153,83); }
H1.HeaderClassName
{
color: #C29953;
}
.AnyTagClassName
{
color: #C29953;
}
</style>
background-color css
<style>
a { background-color: #C29953; }
a { background-color: rgb(194,153,83); }
div.DivClassName
{
background-color: #C29953;
}
.BgClassName
{
background-color: #C29953;
}
</style>
border-color css
<style>
span { border-color: #C29953; }
span { border-color: rgb(194,153,83); }
td.TdClassName
{
border-color: #C29953;
}
.TagClassName
{
border-color: #C29953;
}
</style>