Shades of Twine #C98E52
Tints of Twine #C98E52
RGB
CMYK
RGB Variations
Color information
#C98E52 (or 0xC98E52) is known color: Twine. HEX triplet: C9, 8E and 52. RGB value is (201,142,82). Sum of RGB (Red+Green+Blue) = 201+142+82=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E52 is #3671AD. Grayscale: #999999. Windows color (decimal): -3568046 or 5410505. OLE color: 5410505.
HSL color Cylindrical-coordinate representation of color #C98E52: hue angle of 30.25º 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 #C98E52 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 82 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.21 |
| HSL | 30.25º | 0.52% | 0.55% | - |
| HSV(B) | 30.25º | 0.59% | 0.79% | - |
| XYZ | 35.28 | 32.37 | 12.37 | - |
| YUV | 152.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 82 | 0 | 0.29 | 0.59 | 0.21 | 30.25 | 0.52 | 0.55 |
| Hex | C9 | 8E | 52 | 0 | 1D | 3B | 15 | 1E | 34 | 37 |
| Octal | 311 | 216 | 122 | 0 | 35 | 73 | 25 | 36 | 64 | 67 |
| Binary | 11001001 | 10001110 | 1010010 | 0 | 11101 | 111011 | 10101 | 11110 | 110100 | 110111 |
Color Harmonies of #C98E52
Complementary color
Monochromatic Colors of #C98E52
Black with #C98E52
Text Example
Text Example
White with #C98E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E52; }
p { color: rgb(201,142,82); }
H1.HeaderClassName
{
color: #C98E52;
}
.AnyTagClassName
{
color: #C98E52;
}
</style>
background-color css
<style>
a { background-color: #C98E52; }
a { background-color: rgb(201,142,82); }
div.DivClassName
{
background-color: #C98E52;
}
.BgClassName
{
background-color: #C98E52;
}
</style>
border-color css
<style>
span { border-color: #C98E52; }
span { border-color: rgb(201,142,82); }
td.TdClassName
{
border-color: #C98E52;
}
.TagClassName
{
border-color: #C98E52;
}
</style>