Shades of Twine #C98D56
Tints of Twine #C98D56
RGB
CMYK
RGB Variations
Color information
#C98D56 (or 0xC98D56) is known color: Twine. HEX triplet: C9, 8D and 56. RGB value is (201,141,86). Sum of RGB (Red+Green+Blue) = 201+141+86=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D56 is #3672A9. Grayscale: #989898. Windows color (decimal): -3568298 or 5672393. OLE color: 5672393.
HSL color Cylindrical-coordinate representation of color #C98D56: hue angle of 28.7º 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 #C98D56 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 86 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.21 |
| HSL | 28.7º | 0.52% | 0.56% | - |
| HSV(B) | 28.7º | 0.57% | 0.79% | - |
| XYZ | 35.29 | 32.14 | 13.15 | - |
| YUV | 152.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 86 | 0 | 0.30 | 0.57 | 0.21 | 28.7 | 0.52 | 0.56 |
| Hex | C9 | 8D | 56 | 0 | 1E | 39 | 15 | 1D | 34 | 38 |
| Octal | 311 | 215 | 126 | 0 | 36 | 71 | 25 | 35 | 64 | 70 |
| Binary | 11001001 | 10001101 | 1010110 | 0 | 11110 | 111001 | 10101 | 11101 | 110100 | 111000 |
Color Harmonies of #C98D56
Complementary color
Monochromatic Colors of #C98D56
Black with #C98D56
Text Example
Text Example
White with #C98D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D56; }
p { color: rgb(201,141,86); }
H1.HeaderClassName
{
color: #C98D56;
}
.AnyTagClassName
{
color: #C98D56;
}
</style>
background-color css
<style>
a { background-color: #C98D56; }
a { background-color: rgb(201,141,86); }
div.DivClassName
{
background-color: #C98D56;
}
.BgClassName
{
background-color: #C98D56;
}
</style>
border-color css
<style>
span { border-color: #C98D56; }
span { border-color: rgb(201,141,86); }
td.TdClassName
{
border-color: #C98D56;
}
.TagClassName
{
border-color: #C98D56;
}
</style>