Shades of Twine #C98953
Tints of Twine #C98953
RGB
CMYK
RGB Variations
Color information
#C98953 (or 0xC98953) is known color: Twine. HEX triplet: C9, 89 and 53. RGB value is (201,137,83). Sum of RGB (Red+Green+Blue) = 201+137+83=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C98953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98953 is #3676AC. Grayscale: #969696. Windows color (decimal): -3569325 or 5474761. OLE color: 5474761.
HSL color Cylindrical-coordinate representation of color #C98953: hue angle of 27.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98953 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 83 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.21 |
| HSL | 27.46º | 0.52% | 0.56% | - |
| HSV(B) | 27.46º | 0.59% | 0.79% | - |
| XYZ | 34.59 | 30.93 | 12.33 | - |
| YUV | 149.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 83 | 0 | 0.32 | 0.59 | 0.21 | 27.46 | 0.52 | 0.56 |
| Hex | C9 | 89 | 53 | 0 | 20 | 3B | 15 | 1B | 34 | 38 |
| Octal | 311 | 211 | 123 | 0 | 40 | 73 | 25 | 33 | 64 | 70 |
| Binary | 11001001 | 10001001 | 1010011 | 0 | 100000 | 111011 | 10101 | 11011 | 110100 | 111000 |
Color Harmonies of #C98953
Complementary color
Monochromatic Colors of #C98953
Black with #C98953
Text Example
Text Example
White with #C98953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98953; }
p { color: rgb(201,137,83); }
H1.HeaderClassName
{
color: #C98953;
}
.AnyTagClassName
{
color: #C98953;
}
</style>
background-color css
<style>
a { background-color: #C98953; }
a { background-color: rgb(201,137,83); }
div.DivClassName
{
background-color: #C98953;
}
.BgClassName
{
background-color: #C98953;
}
</style>
border-color css
<style>
span { border-color: #C98953; }
span { border-color: rgb(201,137,83); }
td.TdClassName
{
border-color: #C98953;
}
.TagClassName
{
border-color: #C98953;
}
</style>