Shades of Twine #C88F4E
Tints of Twine #C88F4E
RGB
CMYK
RGB Variations
Color information
#C88F4E (or 0xC88F4E) is known color: Twine. HEX triplet: C8, 8F and 4E. RGB value is (200,143,78). Sum of RGB (Red+Green+Blue) = 200+143+78=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F4E is #3770B1. Grayscale: #989898. Windows color (decimal): -3633330 or 5148616. OLE color: 5148616.
HSL color Cylindrical-coordinate representation of color #C88F4E: hue angle of 31.97º 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 #C88F4E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 78 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.22 |
| HSL | 31.97º | 0.53% | 0.55% | - |
| HSV(B) | 31.97º | 0.61% | 0.78% | - |
| XYZ | 35.02 | 32.47 | 11.63 | - |
| YUV | 152.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 78 | 0 | 0.28 | 0.61 | 0.22 | 31.97 | 0.53 | 0.55 |
| Hex | C8 | 8F | 4E | 0 | 1C | 3D | 16 | 20 | 35 | 37 |
| Octal | 310 | 217 | 116 | 0 | 34 | 75 | 26 | 40 | 65 | 67 |
| Binary | 11001000 | 10001111 | 1001110 | 0 | 11100 | 111101 | 10110 | 100000 | 110101 | 110111 |
Color Harmonies of #C88F4E
Complementary color
Monochromatic Colors of #C88F4E
Black with #C88F4E
Text Example
Text Example
White with #C88F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F4E; }
p { color: rgb(200,143,78); }
H1.HeaderClassName
{
color: #C88F4E;
}
.AnyTagClassName
{
color: #C88F4E;
}
</style>
background-color css
<style>
a { background-color: #C88F4E; }
a { background-color: rgb(200,143,78); }
div.DivClassName
{
background-color: #C88F4E;
}
.BgClassName
{
background-color: #C88F4E;
}
</style>
border-color css
<style>
span { border-color: #C88F4E; }
span { border-color: rgb(200,143,78); }
td.TdClassName
{
border-color: #C88F4E;
}
.TagClassName
{
border-color: #C88F4E;
}
</style>