Shades of Twine #C8894D
Tints of Twine #C8894D
RGB
CMYK
RGB Variations
Color information
#C8894D (or 0xC8894D) is known color: Twine. HEX triplet: C8, 89 and 4D. RGB value is (200,137,77). Sum of RGB (Red+Green+Blue) = 200+137+77=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8894D is #3776B2. Grayscale: #959595. Windows color (decimal): -3634867 or 5081544. OLE color: 5081544.
HSL color Cylindrical-coordinate representation of color #C8894D: hue angle of 29.27º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8894D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 77 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.22 |
| HSL | 29.27º | 0.53% | 0.54% | - |
| HSV(B) | 29.27º | 0.62% | 0.78% | - |
| XYZ | 34.1 | 30.71 | 11.15 | - |
| YUV | 149 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 77 | 0 | 0.32 | 0.62 | 0.22 | 29.27 | 0.53 | 0.54 |
| Hex | C8 | 89 | 4D | 0 | 20 | 3E | 16 | 1D | 35 | 36 |
| Octal | 310 | 211 | 115 | 0 | 40 | 76 | 26 | 35 | 65 | 66 |
| Binary | 11001000 | 10001001 | 1001101 | 0 | 100000 | 111110 | 10110 | 11101 | 110101 | 110110 |
Color Harmonies of #C8894D
Complementary color
Monochromatic Colors of #C8894D
Black with #C8894D
Text Example
Text Example
White with #C8894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8894D; }
p { color: rgb(200,137,77); }
H1.HeaderClassName
{
color: #C8894D;
}
.AnyTagClassName
{
color: #C8894D;
}
</style>
background-color css
<style>
a { background-color: #C8894D; }
a { background-color: rgb(200,137,77); }
div.DivClassName
{
background-color: #C8894D;
}
.BgClassName
{
background-color: #C8894D;
}
</style>
border-color css
<style>
span { border-color: #C8894D; }
span { border-color: rgb(200,137,77); }
td.TdClassName
{
border-color: #C8894D;
}
.TagClassName
{
border-color: #C8894D;
}
</style>