Shades of Twine #C99854
Tints of Twine #C99854
RGB
CMYK
RGB Variations
Color information
#C99854 (or 0xC99854) is known color: Twine. HEX triplet: C9, 98 and 54. RGB value is (201,152,84). Sum of RGB (Red+Green+Blue) = 201+152+84=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C99854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99854 is #3667AB. Grayscale: #9F9F9F. Windows color (decimal): -3565484 or 5544137. OLE color: 5544137.
HSL color Cylindrical-coordinate representation of color #C99854: hue angle of 34.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C99854 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 84 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.21 |
| HSL | 34.87º | 0.52% | 0.56% | - |
| HSV(B) | 34.87º | 0.58% | 0.79% | - |
| XYZ | 36.92 | 35.51 | 13.3 | - |
| YUV | 158.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 84 | 0 | 0.24 | 0.58 | 0.21 | 34.87 | 0.52 | 0.56 |
| Hex | C9 | 98 | 54 | 0 | 18 | 3A | 15 | 23 | 34 | 38 |
| Octal | 311 | 230 | 124 | 0 | 30 | 72 | 25 | 43 | 64 | 70 |
| Binary | 11001001 | 10011000 | 1010100 | 0 | 11000 | 111010 | 10101 | 100011 | 110100 | 111000 |
Color Harmonies of #C99854
Complementary color
Monochromatic Colors of #C99854
Black with #C99854
Text Example
Text Example
White with #C99854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99854; }
p { color: rgb(201,152,84); }
H1.HeaderClassName
{
color: #C99854;
}
.AnyTagClassName
{
color: #C99854;
}
</style>
background-color css
<style>
a { background-color: #C99854; }
a { background-color: rgb(201,152,84); }
div.DivClassName
{
background-color: #C99854;
}
.BgClassName
{
background-color: #C99854;
}
</style>
border-color css
<style>
span { border-color: #C99854; }
span { border-color: rgb(201,152,84); }
td.TdClassName
{
border-color: #C99854;
}
.TagClassName
{
border-color: #C99854;
}
</style>