Shades of Twine #C88D58
Tints of Twine #C88D58
RGB
CMYK
RGB Variations
Color information
#C88D58 (or 0xC88D58) is known color: Twine. HEX triplet: C8, 8D and 58. RGB value is (200,141,88). Sum of RGB (Red+Green+Blue) = 200+141+88=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D58 is #3772A7. Grayscale: #989898. Windows color (decimal): -3633832 or 5803464. OLE color: 5803464.
HSL color Cylindrical-coordinate representation of color #C88D58: hue angle of 28.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88D58 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 88 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.22 |
| HSL | 28.39º | 0.5% | 0.56% | - |
| HSV(B) | 28.39º | 0.56% | 0.78% | - |
| XYZ | 35.11 | 32.03 | 13.57 | - |
| YUV | 152.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 88 | 0 | 0.29 | 0.56 | 0.22 | 28.39 | 0.5 | 0.56 |
| Hex | C8 | 8D | 58 | 0 | 1D | 38 | 16 | 1C | 32 | 38 |
| Octal | 310 | 215 | 130 | 0 | 35 | 70 | 26 | 34 | 62 | 70 |
| Binary | 11001000 | 10001101 | 1011000 | 0 | 11101 | 111000 | 10110 | 11100 | 110010 | 111000 |
Color Harmonies of #C88D58
Complementary color
Monochromatic Colors of #C88D58
Black with #C88D58
Text Example
Text Example
White with #C88D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D58; }
p { color: rgb(200,141,88); }
H1.HeaderClassName
{
color: #C88D58;
}
.AnyTagClassName
{
color: #C88D58;
}
</style>
background-color css
<style>
a { background-color: #C88D58; }
a { background-color: rgb(200,141,88); }
div.DivClassName
{
background-color: #C88D58;
}
.BgClassName
{
background-color: #C88D58;
}
</style>
border-color css
<style>
span { border-color: #C88D58; }
span { border-color: rgb(200,141,88); }
td.TdClassName
{
border-color: #C88D58;
}
.TagClassName
{
border-color: #C88D58;
}
</style>