Shades of Twine #C98E5A
Tints of Twine #C98E5A
RGB
CMYK
RGB Variations
Color information
#C98E5A (or 0xC98E5A) is known color: Twine. HEX triplet: C9, 8E and 5A. RGB value is (201,142,90). Sum of RGB (Red+Green+Blue) = 201+142+90=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E5A is #3671A5. Grayscale: #999999. Windows color (decimal): -3568038 or 5934793. OLE color: 5934793.
HSL color Cylindrical-coordinate representation of color #C98E5A: hue angle of 28.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C98E5A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 90 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.21 |
| HSL | 28.11º | 0.51% | 0.57% | - |
| HSV(B) | 28.11º | 0.55% | 0.79% | - |
| XYZ | 35.61 | 32.5 | 14.07 | - |
| YUV | 153.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 90 | 0 | 0.29 | 0.55 | 0.21 | 28.11 | 0.51 | 0.57 |
| Hex | C9 | 8E | 5A | 0 | 1D | 37 | 15 | 1C | 33 | 39 |
| Octal | 311 | 216 | 132 | 0 | 35 | 67 | 25 | 34 | 63 | 71 |
| Binary | 11001001 | 10001110 | 1011010 | 0 | 11101 | 110111 | 10101 | 11100 | 110011 | 111001 |
Color Harmonies of #C98E5A
Complementary color
Monochromatic Colors of #C98E5A
Black with #C98E5A
Text Example
Text Example
White with #C98E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E5A; }
p { color: rgb(201,142,90); }
H1.HeaderClassName
{
color: #C98E5A;
}
.AnyTagClassName
{
color: #C98E5A;
}
</style>
background-color css
<style>
a { background-color: #C98E5A; }
a { background-color: rgb(201,142,90); }
div.DivClassName
{
background-color: #C98E5A;
}
.BgClassName
{
background-color: #C98E5A;
}
</style>
border-color css
<style>
span { border-color: #C98E5A; }
span { border-color: rgb(201,142,90); }
td.TdClassName
{
border-color: #C98E5A;
}
.TagClassName
{
border-color: #C98E5A;
}
</style>