Shades of Twine #C98C56
Tints of Twine #C98C56
RGB
CMYK
RGB Variations
Color information
#C98C56 (or 0xC98C56) is known color: Twine. HEX triplet: C9, 8C and 56. RGB value is (201,140,86). Sum of RGB (Red+Green+Blue) = 201+140+86=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C56 is #3673A9. Grayscale: #989898. Windows color (decimal): -3568554 or 5672137. OLE color: 5672137.
HSL color Cylindrical-coordinate representation of color #C98C56: hue angle of 28.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C98C56 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 86 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.21 |
| HSL | 28.17º | 0.52% | 0.56% | - |
| HSV(B) | 28.17º | 0.57% | 0.79% | - |
| XYZ | 35.15 | 31.85 | 13.1 | - |
| YUV | 152.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 86 | 0 | 0.30 | 0.57 | 0.21 | 28.17 | 0.52 | 0.56 |
| Hex | C9 | 8C | 56 | 0 | 1E | 39 | 15 | 1C | 34 | 38 |
| Octal | 311 | 214 | 126 | 0 | 36 | 71 | 25 | 34 | 64 | 70 |
| Binary | 11001001 | 10001100 | 1010110 | 0 | 11110 | 111001 | 10101 | 11100 | 110100 | 111000 |
Color Harmonies of #C98C56
Complementary color
Monochromatic Colors of #C98C56
Black with #C98C56
Text Example
Text Example
White with #C98C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C56; }
p { color: rgb(201,140,86); }
H1.HeaderClassName
{
color: #C98C56;
}
.AnyTagClassName
{
color: #C98C56;
}
</style>
background-color css
<style>
a { background-color: #C98C56; }
a { background-color: rgb(201,140,86); }
div.DivClassName
{
background-color: #C98C56;
}
.BgClassName
{
background-color: #C98C56;
}
</style>
border-color css
<style>
span { border-color: #C98C56; }
span { border-color: rgb(201,140,86); }
td.TdClassName
{
border-color: #C98C56;
}
.TagClassName
{
border-color: #C98C56;
}
</style>