Shades of Twine #C98C4F
Tints of Twine #C98C4F
RGB
CMYK
RGB Variations
Color information
#C98C4F (or 0xC98C4F) is known color: Twine. HEX triplet: C9, 8C and 4F. RGB value is (201,140,79). Sum of RGB (Red+Green+Blue) = 201+140+79=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C4F is #3673B0. Grayscale: #979797. Windows color (decimal): -3568561 or 5213385. OLE color: 5213385.
HSL color Cylindrical-coordinate representation of color #C98C4F: hue angle of 30º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C98C4F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 79 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.21 |
| HSL | 30º | 0.53% | 0.55% | - |
| HSV(B) | 30º | 0.61% | 0.79% | - |
| XYZ | 34.88 | 31.74 | 11.69 | - |
| YUV | 151.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 79 | 0 | 0.30 | 0.61 | 0.21 | 30 | 0.53 | 0.55 |
| Hex | C9 | 8C | 4F | 0 | 1E | 3D | 15 | 1E | 35 | 37 |
| Octal | 311 | 214 | 117 | 0 | 36 | 75 | 25 | 36 | 65 | 67 |
| Binary | 11001001 | 10001100 | 1001111 | 0 | 11110 | 111101 | 10101 | 11110 | 110101 | 110111 |
Color Harmonies of #C98C4F
Complementary color
Monochromatic Colors of #C98C4F
Black with #C98C4F
Text Example
Text Example
White with #C98C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C4F; }
p { color: rgb(201,140,79); }
H1.HeaderClassName
{
color: #C98C4F;
}
.AnyTagClassName
{
color: #C98C4F;
}
</style>
background-color css
<style>
a { background-color: #C98C4F; }
a { background-color: rgb(201,140,79); }
div.DivClassName
{
background-color: #C98C4F;
}
.BgClassName
{
background-color: #C98C4F;
}
</style>
border-color css
<style>
span { border-color: #C98C4F; }
span { border-color: rgb(201,140,79); }
td.TdClassName
{
border-color: #C98C4F;
}
.TagClassName
{
border-color: #C98C4F;
}
</style>