Shades of Twine #C88D54
Tints of Twine #C88D54
RGB
CMYK
RGB Variations
Color information
#C88D54 (or 0xC88D54) is known color: Twine. HEX triplet: C8, 8D and 54. RGB value is (200,141,84). Sum of RGB (Red+Green+Blue) = 200+141+84=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D54 is #3772AB. Grayscale: #989898. Windows color (decimal): -3633836 or 5541320. OLE color: 5541320.
HSL color Cylindrical-coordinate representation of color #C88D54: hue angle of 29.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C88D54 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 84 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.22 |
| HSL | 29.48º | 0.51% | 0.56% | - |
| HSV(B) | 29.48º | 0.58% | 0.78% | - |
| XYZ | 34.94 | 31.97 | 12.72 | - |
| YUV | 152.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 84 | 0 | 0.29 | 0.58 | 0.22 | 29.48 | 0.51 | 0.56 |
| Hex | C8 | 8D | 54 | 0 | 1D | 3A | 16 | 1D | 33 | 38 |
| Octal | 310 | 215 | 124 | 0 | 35 | 72 | 26 | 35 | 63 | 70 |
| Binary | 11001000 | 10001101 | 1010100 | 0 | 11101 | 111010 | 10110 | 11101 | 110011 | 111000 |
Color Harmonies of #C88D54
Complementary color
Monochromatic Colors of #C88D54
Black with #C88D54
Text Example
Text Example
White with #C88D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D54; }
p { color: rgb(200,141,84); }
H1.HeaderClassName
{
color: #C88D54;
}
.AnyTagClassName
{
color: #C88D54;
}
</style>
background-color css
<style>
a { background-color: #C88D54; }
a { background-color: rgb(200,141,84); }
div.DivClassName
{
background-color: #C88D54;
}
.BgClassName
{
background-color: #C88D54;
}
</style>
border-color css
<style>
span { border-color: #C88D54; }
span { border-color: rgb(200,141,84); }
td.TdClassName
{
border-color: #C88D54;
}
.TagClassName
{
border-color: #C88D54;
}
</style>