Shades of Twine #C9894E
Tints of Twine #C9894E
RGB
CMYK
RGB Variations
Color information
#C9894E (or 0xC9894E) is known color: Twine. HEX triplet: C9, 89 and 4E. RGB value is (201,137,78). Sum of RGB (Red+Green+Blue) = 201+137+78=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9894E is #3676B1. Grayscale: #959595. Windows color (decimal): -3569330 or 5147081. OLE color: 5147081.
HSL color Cylindrical-coordinate representation of color #C9894E: hue angle of 28.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9894E is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 78 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.21 |
| HSL | 28.78º | 0.53% | 0.55% | - |
| HSV(B) | 28.78º | 0.61% | 0.79% | - |
| XYZ | 34.41 | 30.86 | 11.35 | - |
| YUV | 149.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 78 | 0 | 0.32 | 0.61 | 0.21 | 28.78 | 0.53 | 0.55 |
| Hex | C9 | 89 | 4E | 0 | 20 | 3D | 15 | 1D | 35 | 37 |
| Octal | 311 | 211 | 116 | 0 | 40 | 75 | 25 | 35 | 65 | 67 |
| Binary | 11001001 | 10001001 | 1001110 | 0 | 100000 | 111101 | 10101 | 11101 | 110101 | 110111 |
Color Harmonies of #C9894E
Complementary color
Monochromatic Colors of #C9894E
Black with #C9894E
Text Example
Text Example
White with #C9894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9894E; }
p { color: rgb(201,137,78); }
H1.HeaderClassName
{
color: #C9894E;
}
.AnyTagClassName
{
color: #C9894E;
}
</style>
background-color css
<style>
a { background-color: #C9894E; }
a { background-color: rgb(201,137,78); }
div.DivClassName
{
background-color: #C9894E;
}
.BgClassName
{
background-color: #C9894E;
}
</style>
border-color css
<style>
span { border-color: #C9894E; }
span { border-color: rgb(201,137,78); }
td.TdClassName
{
border-color: #C9894E;
}
.TagClassName
{
border-color: #C9894E;
}
</style>