Shades of Twine #C89458
Tints of Twine #C89458
RGB
CMYK
RGB Variations
Color information
#C89458 (or 0xC89458) is known color: Twine. HEX triplet: C8, 94 and 58. RGB value is (200,148,88). Sum of RGB (Red+Green+Blue) = 200+148+88=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C89458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89458 is #376BA7. Grayscale: #9D9D9D. Windows color (decimal): -3632040 or 5805256. OLE color: 5805256.
HSL color Cylindrical-coordinate representation of color #C89458: hue angle of 32.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C89458 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 88 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.22 |
| HSL | 32.14º | 0.5% | 0.56% | - |
| HSV(B) | 32.14º | 0.56% | 0.78% | - |
| XYZ | 36.17 | 34.16 | 13.92 | - |
| YUV | 156.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 88 | 0 | 0.26 | 0.56 | 0.22 | 32.14 | 0.5 | 0.56 |
| Hex | C8 | 94 | 58 | 0 | 1A | 38 | 16 | 20 | 32 | 38 |
| Octal | 310 | 224 | 130 | 0 | 32 | 70 | 26 | 40 | 62 | 70 |
| Binary | 11001000 | 10010100 | 1011000 | 0 | 11010 | 111000 | 10110 | 100000 | 110010 | 111000 |
Color Harmonies of #C89458
Complementary color
Monochromatic Colors of #C89458
Black with #C89458
Text Example
Text Example
White with #C89458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89458; }
p { color: rgb(200,148,88); }
H1.HeaderClassName
{
color: #C89458;
}
.AnyTagClassName
{
color: #C89458;
}
</style>
background-color css
<style>
a { background-color: #C89458; }
a { background-color: rgb(200,148,88); }
div.DivClassName
{
background-color: #C89458;
}
.BgClassName
{
background-color: #C89458;
}
</style>
border-color css
<style>
span { border-color: #C89458; }
span { border-color: rgb(200,148,88); }
td.TdClassName
{
border-color: #C89458;
}
.TagClassName
{
border-color: #C89458;
}
</style>