Shades of Twine #C99853
Tints of Twine #C99853
RGB
CMYK
RGB Variations
Color information
#C99853 (or 0xC99853) is known color: Twine. HEX triplet: C9, 98 and 53. RGB value is (201,152,83). Sum of RGB (Red+Green+Blue) = 201+152+83=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99853 is #3667AC. Grayscale: #9F9F9F. Windows color (decimal): -3565485 or 5478601. OLE color: 5478601.
HSL color Cylindrical-coordinate representation of color #C99853: hue angle of 35.08º 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 #C99853 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 83 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.21 |
| HSL | 35.08º | 0.52% | 0.56% | - |
| HSV(B) | 35.08º | 0.59% | 0.79% | - |
| XYZ | 36.88 | 35.5 | 13.09 | - |
| YUV | 158.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 83 | 0 | 0.24 | 0.59 | 0.21 | 35.08 | 0.52 | 0.56 |
| Hex | C9 | 98 | 53 | 0 | 18 | 3B | 15 | 23 | 34 | 38 |
| Octal | 311 | 230 | 123 | 0 | 30 | 73 | 25 | 43 | 64 | 70 |
| Binary | 11001001 | 10011000 | 1010011 | 0 | 11000 | 111011 | 10101 | 100011 | 110100 | 111000 |
Color Harmonies of #C99853
Complementary color
Monochromatic Colors of #C99853
Black with #C99853
Text Example
Text Example
White with #C99853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99853; }
p { color: rgb(201,152,83); }
H1.HeaderClassName
{
color: #C99853;
}
.AnyTagClassName
{
color: #C99853;
}
</style>
background-color css
<style>
a { background-color: #C99853; }
a { background-color: rgb(201,152,83); }
div.DivClassName
{
background-color: #C99853;
}
.BgClassName
{
background-color: #C99853;
}
</style>
border-color css
<style>
span { border-color: #C99853; }
span { border-color: rgb(201,152,83); }
td.TdClassName
{
border-color: #C99853;
}
.TagClassName
{
border-color: #C99853;
}
</style>