Shades of Twine #C89058
Tints of Twine #C89058
RGB
CMYK
RGB Variations
Color information
#C89058 (or 0xC89058) is known color: Twine. HEX triplet: C8, 90 and 58. RGB value is (200,144,88). Sum of RGB (Red+Green+Blue) = 200+144+88=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89058 is #376FA7. Grayscale: #9A9A9A. Windows color (decimal): -3633064 or 5804232. OLE color: 5804232.
HSL color Cylindrical-coordinate representation of color #C89058: hue angle of 30º 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 #C89058 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 88 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.22 |
| HSL | 30º | 0.5% | 0.56% | - |
| HSV(B) | 30º | 0.56% | 0.78% | - |
| XYZ | 35.55 | 32.93 | 13.71 | - |
| YUV | 154.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 88 | 0 | 0.28 | 0.56 | 0.22 | 30 | 0.5 | 0.56 |
| Hex | C8 | 90 | 58 | 0 | 1C | 38 | 16 | 1E | 32 | 38 |
| Octal | 310 | 220 | 130 | 0 | 34 | 70 | 26 | 36 | 62 | 70 |
| Binary | 11001000 | 10010000 | 1011000 | 0 | 11100 | 111000 | 10110 | 11110 | 110010 | 111000 |
Color Harmonies of #C89058
Complementary color
Monochromatic Colors of #C89058
Black with #C89058
Text Example
Text Example
White with #C89058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89058; }
p { color: rgb(200,144,88); }
H1.HeaderClassName
{
color: #C89058;
}
.AnyTagClassName
{
color: #C89058;
}
</style>
background-color css
<style>
a { background-color: #C89058; }
a { background-color: rgb(200,144,88); }
div.DivClassName
{
background-color: #C89058;
}
.BgClassName
{
background-color: #C89058;
}
</style>
border-color css
<style>
span { border-color: #C89058; }
span { border-color: rgb(200,144,88); }
td.TdClassName
{
border-color: #C89058;
}
.TagClassName
{
border-color: #C89058;
}
</style>