Shades of Twine #C98956
Tints of Twine #C98956
RGB
CMYK
RGB Variations
Color information
#C98956 (or 0xC98956) is known color: Twine. HEX triplet: C9, 89 and 56. RGB value is (201,137,86). Sum of RGB (Red+Green+Blue) = 201+137+86=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C98956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98956 is #3676A9. Grayscale: #969696. Windows color (decimal): -3569322 or 5671369. OLE color: 5671369.
HSL color Cylindrical-coordinate representation of color #C98956: hue angle of 26.61º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C98956 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 86 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.21 |
| HSL | 26.61º | 0.52% | 0.56% | - |
| HSV(B) | 26.61º | 0.57% | 0.79% | - |
| XYZ | 34.71 | 30.98 | 12.95 | - |
| YUV | 150.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 86 | 0 | 0.32 | 0.57 | 0.21 | 26.61 | 0.52 | 0.56 |
| Hex | C9 | 89 | 56 | 0 | 20 | 39 | 15 | 1B | 34 | 38 |
| Octal | 311 | 211 | 126 | 0 | 40 | 71 | 25 | 33 | 64 | 70 |
| Binary | 11001001 | 10001001 | 1010110 | 0 | 100000 | 111001 | 10101 | 11011 | 110100 | 111000 |
Color Harmonies of #C98956
Complementary color
Monochromatic Colors of #C98956
Black with #C98956
Text Example
Text Example
White with #C98956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98956; }
p { color: rgb(201,137,86); }
H1.HeaderClassName
{
color: #C98956;
}
.AnyTagClassName
{
color: #C98956;
}
</style>
background-color css
<style>
a { background-color: #C98956; }
a { background-color: rgb(201,137,86); }
div.DivClassName
{
background-color: #C98956;
}
.BgClassName
{
background-color: #C98956;
}
</style>
border-color css
<style>
span { border-color: #C98956; }
span { border-color: rgb(201,137,86); }
td.TdClassName
{
border-color: #C98956;
}
.TagClassName
{
border-color: #C98956;
}
</style>