Shades of Twine #C29458
Tints of Twine #C29458
RGB
CMYK
RGB Variations
Color information
#C29458 (or 0xC29458) is known color: Twine. HEX triplet: C2, 94 and 58. RGB value is (194,148,88). Sum of RGB (Red+Green+Blue) = 194+148+88=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C29458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29458 is #3D6BA7. Grayscale: #9B9B9B. Windows color (decimal): -4025256 or 5805250. OLE color: 5805250.
HSL color Cylindrical-coordinate representation of color #C29458: hue angle of 33.96º 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 #C29458 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 88 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.24 |
| HSL | 33.96º | 0.46% | 0.55% | - |
| HSV(B) | 33.96º | 0.55% | 0.76% | - |
| XYZ | 34.6 | 33.35 | 13.85 | - |
| YUV | 154.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 88 | 0 | 0.24 | 0.55 | 0.24 | 33.96 | 0.46 | 0.55 |
| Hex | C2 | 94 | 58 | 0 | 18 | 37 | 18 | 22 | 2E | 37 |
| Octal | 302 | 224 | 130 | 0 | 30 | 67 | 30 | 42 | 56 | 67 |
| Binary | 11000010 | 10010100 | 1011000 | 0 | 11000 | 110111 | 11000 | 100010 | 101110 | 110111 |
Color Harmonies of #C29458
Complementary color
Monochromatic Colors of #C29458
Black with #C29458
Text Example
Text Example
White with #C29458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29458; }
p { color: rgb(194,148,88); }
H1.HeaderClassName
{
color: #C29458;
}
.AnyTagClassName
{
color: #C29458;
}
</style>
background-color css
<style>
a { background-color: #C29458; }
a { background-color: rgb(194,148,88); }
div.DivClassName
{
background-color: #C29458;
}
.BgClassName
{
background-color: #C29458;
}
</style>
border-color css
<style>
span { border-color: #C29458; }
span { border-color: rgb(194,148,88); }
td.TdClassName
{
border-color: #C29458;
}
.TagClassName
{
border-color: #C29458;
}
</style>