Shades of Twine #C98E58
Tints of Twine #C98E58
RGB
CMYK
RGB Variations
Color information
#C98E58 (or 0xC98E58) is known color: Twine. HEX triplet: C9, 8E and 58. RGB value is (201,142,88). Sum of RGB (Red+Green+Blue) = 201+142+88=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E58 is #3671A7. Grayscale: #999999. Windows color (decimal): -3568040 or 5803721. OLE color: 5803721.
HSL color Cylindrical-coordinate representation of color #C98E58: hue angle of 28.67º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98E58 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 88 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.21 |
| HSL | 28.67º | 0.51% | 0.57% | - |
| HSV(B) | 28.67º | 0.56% | 0.79% | - |
| XYZ | 35.52 | 32.47 | 13.63 | - |
| YUV | 153.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 88 | 0 | 0.29 | 0.56 | 0.21 | 28.67 | 0.51 | 0.57 |
| Hex | C9 | 8E | 58 | 0 | 1D | 38 | 15 | 1D | 33 | 39 |
| Octal | 311 | 216 | 130 | 0 | 35 | 70 | 25 | 35 | 63 | 71 |
| Binary | 11001001 | 10001110 | 1011000 | 0 | 11101 | 111000 | 10101 | 11101 | 110011 | 111001 |
Color Harmonies of #C98E58
Complementary color
Monochromatic Colors of #C98E58
Black with #C98E58
Text Example
Text Example
White with #C98E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E58; }
p { color: rgb(201,142,88); }
H1.HeaderClassName
{
color: #C98E58;
}
.AnyTagClassName
{
color: #C98E58;
}
</style>
background-color css
<style>
a { background-color: #C98E58; }
a { background-color: rgb(201,142,88); }
div.DivClassName
{
background-color: #C98E58;
}
.BgClassName
{
background-color: #C98E58;
}
</style>
border-color css
<style>
span { border-color: #C98E58; }
span { border-color: rgb(201,142,88); }
td.TdClassName
{
border-color: #C98E58;
}
.TagClassName
{
border-color: #C98E58;
}
</style>