Shades of Twine #C88D4E
Tints of Twine #C88D4E
RGB
CMYK
RGB Variations
Color information
#C88D4E (or 0xC88D4E) is known color: Twine. HEX triplet: C8, 8D and 4E. RGB value is (200,141,78). Sum of RGB (Red+Green+Blue) = 200+141+78=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D4E is #3772B1. Grayscale: #979797. Windows color (decimal): -3633842 or 5148104. OLE color: 5148104.
HSL color Cylindrical-coordinate representation of color #C88D4E: hue angle of 30.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C88D4E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 78 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.22 |
| HSL | 30.98º | 0.53% | 0.55% | - |
| HSV(B) | 30.98º | 0.61% | 0.78% | - |
| XYZ | 34.72 | 31.88 | 11.53 | - |
| YUV | 151.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 78 | 0 | 0.29 | 0.61 | 0.22 | 30.98 | 0.53 | 0.55 |
| Hex | C8 | 8D | 4E | 0 | 1D | 3D | 16 | 1F | 35 | 37 |
| Octal | 310 | 215 | 116 | 0 | 35 | 75 | 26 | 37 | 65 | 67 |
| Binary | 11001000 | 10001101 | 1001110 | 0 | 11101 | 111101 | 10110 | 11111 | 110101 | 110111 |
Color Harmonies of #C88D4E
Complementary color
Monochromatic Colors of #C88D4E
Black with #C88D4E
Text Example
Text Example
White with #C88D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D4E; }
p { color: rgb(200,141,78); }
H1.HeaderClassName
{
color: #C88D4E;
}
.AnyTagClassName
{
color: #C88D4E;
}
</style>
background-color css
<style>
a { background-color: #C88D4E; }
a { background-color: rgb(200,141,78); }
div.DivClassName
{
background-color: #C88D4E;
}
.BgClassName
{
background-color: #C88D4E;
}
</style>
border-color css
<style>
span { border-color: #C88D4E; }
span { border-color: rgb(200,141,78); }
td.TdClassName
{
border-color: #C88D4E;
}
.TagClassName
{
border-color: #C88D4E;
}
</style>