Shades of Twine #C29253
Tints of Twine #C29253
RGB
CMYK
RGB Variations
Color information
#C29253 (or 0xC29253) is known color: Twine. HEX triplet: C2, 92 and 53. RGB value is (194,146,83). Sum of RGB (Red+Green+Blue) = 194+146+83=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29253 is #3D6DAC. Grayscale: #999999. Windows color (decimal): -4025773 or 5477058. OLE color: 5477058.
HSL color Cylindrical-coordinate representation of color #C29253: hue angle of 34.05º 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 #C29253 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 83 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.24 |
| HSL | 34.05º | 0.48% | 0.54% | - |
| HSV(B) | 34.05º | 0.57% | 0.76% | - |
| XYZ | 34.09 | 32.65 | 12.69 | - |
| YUV | 153.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 83 | 0 | 0.25 | 0.57 | 0.24 | 34.05 | 0.48 | 0.54 |
| Hex | C2 | 92 | 53 | 0 | 19 | 39 | 18 | 22 | 30 | 36 |
| Octal | 302 | 222 | 123 | 0 | 31 | 71 | 30 | 42 | 60 | 66 |
| Binary | 11000010 | 10010010 | 1010011 | 0 | 11001 | 111001 | 11000 | 100010 | 110000 | 110110 |
Color Harmonies of #C29253
Complementary color
Monochromatic Colors of #C29253
Black with #C29253
Text Example
Text Example
White with #C29253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29253; }
p { color: rgb(194,146,83); }
H1.HeaderClassName
{
color: #C29253;
}
.AnyTagClassName
{
color: #C29253;
}
</style>
background-color css
<style>
a { background-color: #C29253; }
a { background-color: rgb(194,146,83); }
div.DivClassName
{
background-color: #C29253;
}
.BgClassName
{
background-color: #C29253;
}
</style>
border-color css
<style>
span { border-color: #C29253; }
span { border-color: rgb(194,146,83); }
td.TdClassName
{
border-color: #C29253;
}
.TagClassName
{
border-color: #C29253;
}
</style>