Shades of Twine #C29D58
Tints of Twine #C29D58
RGB
CMYK
RGB Variations
Color information
#C29D58 (or 0xC29D58) is known color: Twine. HEX triplet: C2, 9D and 58. RGB value is (194,157,88). Sum of RGB (Red+Green+Blue) = 194+157+88=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D58 is #3D62A7. Grayscale: #A0A0A0. Windows color (decimal): -4022952 or 5807554. OLE color: 5807554.
HSL color Cylindrical-coordinate representation of color #C29D58: hue angle of 39.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C29D58 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 88 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.24 |
| HSL | 39.06º | 0.46% | 0.55% | - |
| HSV(B) | 39.06º | 0.55% | 0.76% | - |
| XYZ | 36.07 | 36.29 | 14.34 | - |
| YUV | 160.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 88 | 0 | 0.19 | 0.55 | 0.24 | 39.06 | 0.46 | 0.55 |
| Hex | C2 | 9D | 58 | 0 | 13 | 37 | 18 | 27 | 2E | 37 |
| Octal | 302 | 235 | 130 | 0 | 23 | 67 | 30 | 47 | 56 | 67 |
| Binary | 11000010 | 10011101 | 1011000 | 0 | 10011 | 110111 | 11000 | 100111 | 101110 | 110111 |
Color Harmonies of #C29D58
Complementary color
Monochromatic Colors of #C29D58
Black with #C29D58
Text Example
Text Example
White with #C29D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D58; }
p { color: rgb(194,157,88); }
H1.HeaderClassName
{
color: #C29D58;
}
.AnyTagClassName
{
color: #C29D58;
}
</style>
background-color css
<style>
a { background-color: #C29D58; }
a { background-color: rgb(194,157,88); }
div.DivClassName
{
background-color: #C29D58;
}
.BgClassName
{
background-color: #C29D58;
}
</style>
border-color css
<style>
span { border-color: #C29D58; }
span { border-color: rgb(194,157,88); }
td.TdClassName
{
border-color: #C29D58;
}
.TagClassName
{
border-color: #C29D58;
}
</style>