Shades of Twine #C9985D
Tints of Twine #C9985D
RGB
CMYK
RGB Variations
Color information
#C9985D (or 0xC9985D) is known color: Twine. HEX triplet: C9, 98 and 5D. RGB value is (201,152,93). Sum of RGB (Red+Green+Blue) = 201+152+93=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9985D is #3667A2. Grayscale: #A0A0A0. Windows color (decimal): -3565475 or 6133961. OLE color: 6133961.
HSL color Cylindrical-coordinate representation of color #C9985D: hue angle of 32.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9985D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 93 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.21 |
| HSL | 32.78º | 0.5% | 0.58% | - |
| HSV(B) | 32.78º | 0.54% | 0.79% | - |
| XYZ | 37.29 | 35.66 | 15.27 | - |
| YUV | 159.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 93 | 0 | 0.24 | 0.54 | 0.21 | 32.78 | 0.5 | 0.58 |
| Hex | C9 | 98 | 5D | 0 | 18 | 36 | 15 | 21 | 32 | 3A |
| Octal | 311 | 230 | 135 | 0 | 30 | 66 | 25 | 41 | 62 | 72 |
| Binary | 11001001 | 10011000 | 1011101 | 0 | 11000 | 110110 | 10101 | 100001 | 110010 | 111010 |
Color Harmonies of #C9985D
Complementary color
Monochromatic Colors of #C9985D
Black with #C9985D
Text Example
Text Example
White with #C9985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9985D; }
p { color: rgb(201,152,93); }
H1.HeaderClassName
{
color: #C9985D;
}
.AnyTagClassName
{
color: #C9985D;
}
</style>
background-color css
<style>
a { background-color: #C9985D; }
a { background-color: rgb(201,152,93); }
div.DivClassName
{
background-color: #C9985D;
}
.BgClassName
{
background-color: #C9985D;
}
</style>
border-color css
<style>
span { border-color: #C9985D; }
span { border-color: rgb(201,152,93); }
td.TdClassName
{
border-color: #C9985D;
}
.TagClassName
{
border-color: #C9985D;
}
</style>