Shades of Twine #C98D4D
Tints of Twine #C98D4D
RGB
CMYK
RGB Variations
Color information
#C98D4D (or 0xC98D4D) is known color: Twine. HEX triplet: C9, 8D and 4D. RGB value is (201,141,77). Sum of RGB (Red+Green+Blue) = 201+141+77=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D4D is #3672B2. Grayscale: #979797. Windows color (decimal): -3568307 or 5082569. OLE color: 5082569.
HSL color Cylindrical-coordinate representation of color #C98D4D: hue angle of 30.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C98D4D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 77 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.21 |
| HSL | 30.97º | 0.53% | 0.55% | - |
| HSV(B) | 30.97º | 0.62% | 0.79% | - |
| XYZ | 34.95 | 32 | 11.36 | - |
| YUV | 151.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 77 | 0 | 0.30 | 0.62 | 0.21 | 30.97 | 0.53 | 0.55 |
| Hex | C9 | 8D | 4D | 0 | 1E | 3E | 15 | 1F | 35 | 37 |
| Octal | 311 | 215 | 115 | 0 | 36 | 76 | 25 | 37 | 65 | 67 |
| Binary | 11001001 | 10001101 | 1001101 | 0 | 11110 | 111110 | 10101 | 11111 | 110101 | 110111 |
Color Harmonies of #C98D4D
Complementary color
Monochromatic Colors of #C98D4D
Black with #C98D4D
Text Example
Text Example
White with #C98D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D4D; }
p { color: rgb(201,141,77); }
H1.HeaderClassName
{
color: #C98D4D;
}
.AnyTagClassName
{
color: #C98D4D;
}
</style>
background-color css
<style>
a { background-color: #C98D4D; }
a { background-color: rgb(201,141,77); }
div.DivClassName
{
background-color: #C98D4D;
}
.BgClassName
{
background-color: #C98D4D;
}
</style>
border-color css
<style>
span { border-color: #C98D4D; }
span { border-color: rgb(201,141,77); }
td.TdClassName
{
border-color: #C98D4D;
}
.TagClassName
{
border-color: #C98D4D;
}
</style>