Shades of Twine #C88C59
Tints of Twine #C88C59
RGB
CMYK
RGB Variations
Color information
#C88C59 (or 0xC88C59) is known color: Twine. HEX triplet: C8, 8C and 59. RGB value is (200,140,89). Sum of RGB (Red+Green+Blue) = 200+140+89=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C59 is #3773A6. Grayscale: #989898. Windows color (decimal): -3634087 or 5868744. OLE color: 5868744.
HSL color Cylindrical-coordinate representation of color #C88C59: hue angle of 27.57º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88C59 is Cyan = 0, Magento = 0.3, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 89 | - |
| CMYK | 0 | 0.3 | 0.56 | 0.22 |
| HSL | 27.57º | 0.5% | 0.57% | - |
| HSV(B) | 27.57º | 0.56% | 0.78% | - |
| XYZ | 35 | 31.76 | 13.74 | - |
| YUV | 152.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 89 | 0 | 0.3 | 0.56 | 0.22 | 27.57 | 0.5 | 0.57 |
| Hex | C8 | 8C | 59 | 0 | 1E | 38 | 16 | 1C | 32 | 39 |
| Octal | 310 | 214 | 131 | 0 | 36 | 70 | 26 | 34 | 62 | 71 |
| Binary | 11001000 | 10001100 | 1011001 | 0 | 11110 | 111000 | 10110 | 11100 | 110010 | 111001 |
Color Harmonies of #C88C59
Complementary color
Monochromatic Colors of #C88C59
Black with #C88C59
Text Example
Text Example
White with #C88C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C59; }
p { color: rgb(200,140,89); }
H1.HeaderClassName
{
color: #C88C59;
}
.AnyTagClassName
{
color: #C88C59;
}
</style>
background-color css
<style>
a { background-color: #C88C59; }
a { background-color: rgb(200,140,89); }
div.DivClassName
{
background-color: #C88C59;
}
.BgClassName
{
background-color: #C88C59;
}
</style>
border-color css
<style>
span { border-color: #C88C59; }
span { border-color: rgb(200,140,89); }
td.TdClassName
{
border-color: #C88C59;
}
.TagClassName
{
border-color: #C88C59;
}
</style>