Shades of Twine #C98F58
Tints of Twine #C98F58
RGB
CMYK
RGB Variations
Color information
#C98F58 (or 0xC98F58) is known color: Twine. HEX triplet: C9, 8F and 58. RGB value is (201,143,88). Sum of RGB (Red+Green+Blue) = 201+143+88=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F58 is #3670A7. Grayscale: #9A9A9A. Windows color (decimal): -3567784 or 5803977. OLE color: 5803977.
HSL color Cylindrical-coordinate representation of color #C98F58: hue angle of 29.2º 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 #C98F58 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 88 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.21 |
| HSL | 29.2º | 0.51% | 0.57% | - |
| HSV(B) | 29.2º | 0.56% | 0.79% | - |
| XYZ | 35.67 | 32.77 | 13.68 | - |
| YUV | 154.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 88 | 0 | 0.29 | 0.56 | 0.21 | 29.2 | 0.51 | 0.57 |
| Hex | C9 | 8F | 58 | 0 | 1D | 38 | 15 | 1D | 33 | 39 |
| Octal | 311 | 217 | 130 | 0 | 35 | 70 | 25 | 35 | 63 | 71 |
| Binary | 11001001 | 10001111 | 1011000 | 0 | 11101 | 111000 | 10101 | 11101 | 110011 | 111001 |
Color Harmonies of #C98F58
Complementary color
Monochromatic Colors of #C98F58
Black with #C98F58
Text Example
Text Example
White with #C98F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F58; }
p { color: rgb(201,143,88); }
H1.HeaderClassName
{
color: #C98F58;
}
.AnyTagClassName
{
color: #C98F58;
}
</style>
background-color css
<style>
a { background-color: #C98F58; }
a { background-color: rgb(201,143,88); }
div.DivClassName
{
background-color: #C98F58;
}
.BgClassName
{
background-color: #C98F58;
}
</style>
border-color css
<style>
span { border-color: #C98F58; }
span { border-color: rgb(201,143,88); }
td.TdClassName
{
border-color: #C98F58;
}
.TagClassName
{
border-color: #C98F58;
}
</style>