Shades of Twine #C29752
Tints of Twine #C29752
RGB
CMYK
RGB Variations
Color information
#C29752 (or 0xC29752) is known color: Twine. HEX triplet: C2, 97 and 52. RGB value is (194,151,82). Sum of RGB (Red+Green+Blue) = 194+151+82=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29752 is #3D68AD. Grayscale: #9C9C9C. Windows color (decimal): -4024494 or 5412802. OLE color: 5412802.
HSL color Cylindrical-coordinate representation of color #C29752: hue angle of 36.96º 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 #C29752 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 82 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.24 |
| HSL | 36.96º | 0.48% | 0.54% | - |
| HSV(B) | 36.96º | 0.58% | 0.76% | - |
| XYZ | 34.84 | 34.21 | 12.75 | - |
| YUV | 155.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 82 | 0 | 0.22 | 0.58 | 0.24 | 36.96 | 0.48 | 0.54 |
| Hex | C2 | 97 | 52 | 0 | 16 | 3A | 18 | 25 | 30 | 36 |
| Octal | 302 | 227 | 122 | 0 | 26 | 72 | 30 | 45 | 60 | 66 |
| Binary | 11000010 | 10010111 | 1010010 | 0 | 10110 | 111010 | 11000 | 100101 | 110000 | 110110 |
Color Harmonies of #C29752
Complementary color
Monochromatic Colors of #C29752
Black with #C29752
Text Example
Text Example
White with #C29752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29752; }
p { color: rgb(194,151,82); }
H1.HeaderClassName
{
color: #C29752;
}
.AnyTagClassName
{
color: #C29752;
}
</style>
background-color css
<style>
a { background-color: #C29752; }
a { background-color: rgb(194,151,82); }
div.DivClassName
{
background-color: #C29752;
}
.BgClassName
{
background-color: #C29752;
}
</style>
border-color css
<style>
span { border-color: #C29752; }
span { border-color: rgb(194,151,82); }
td.TdClassName
{
border-color: #C29752;
}
.TagClassName
{
border-color: #C29752;
}
</style>