Shades of Twine #C98D52
Tints of Twine #C98D52
RGB
CMYK
RGB Variations
Color information
#C98D52 (or 0xC98D52) is known color: Twine. HEX triplet: C9, 8D and 52. RGB value is (201,141,82). Sum of RGB (Red+Green+Blue) = 201+141+82=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D52 is #3672AD. Grayscale: #989898. Windows color (decimal): -3568302 or 5410249. OLE color: 5410249.
HSL color Cylindrical-coordinate representation of color #C98D52: hue angle of 29.75º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98D52 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 82 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.21 |
| HSL | 29.75º | 0.52% | 0.55% | - |
| HSV(B) | 29.75º | 0.59% | 0.79% | - |
| XYZ | 35.14 | 32.08 | 12.32 | - |
| YUV | 152.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 82 | 0 | 0.30 | 0.59 | 0.21 | 29.75 | 0.52 | 0.55 |
| Hex | C9 | 8D | 52 | 0 | 1E | 3B | 15 | 1E | 34 | 37 |
| Octal | 311 | 215 | 122 | 0 | 36 | 73 | 25 | 36 | 64 | 67 |
| Binary | 11001001 | 10001101 | 1010010 | 0 | 11110 | 111011 | 10101 | 11110 | 110100 | 110111 |
Color Harmonies of #C98D52
Complementary color
Monochromatic Colors of #C98D52
Black with #C98D52
Text Example
Text Example
White with #C98D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D52; }
p { color: rgb(201,141,82); }
H1.HeaderClassName
{
color: #C98D52;
}
.AnyTagClassName
{
color: #C98D52;
}
</style>
background-color css
<style>
a { background-color: #C98D52; }
a { background-color: rgb(201,141,82); }
div.DivClassName
{
background-color: #C98D52;
}
.BgClassName
{
background-color: #C98D52;
}
</style>
border-color css
<style>
span { border-color: #C98D52; }
span { border-color: rgb(201,141,82); }
td.TdClassName
{
border-color: #C98D52;
}
.TagClassName
{
border-color: #C98D52;
}
</style>