Shades of Twine #C9905B
Tints of Twine #C9905B
RGB
CMYK
RGB Variations
Color information
#C9905B (or 0xC9905B) is known color: Twine. HEX triplet: C9, 90 and 5B. RGB value is (201,144,91). Sum of RGB (Red+Green+Blue) = 201+144+91=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9905B is #366FA4. Grayscale: #9B9B9B. Windows color (decimal): -3567525 or 6000841. OLE color: 6000841.
HSL color Cylindrical-coordinate representation of color #C9905B: hue angle of 28.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9905B is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 91 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.21 |
| HSL | 28.91º | 0.5% | 0.57% | - |
| HSV(B) | 28.91º | 0.55% | 0.79% | - |
| XYZ | 35.95 | 33.12 | 14.4 | - |
| YUV | 155 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 91 | 0 | 0.28 | 0.55 | 0.21 | 28.91 | 0.5 | 0.57 |
| Hex | C9 | 90 | 5B | 0 | 1C | 37 | 15 | 1D | 32 | 39 |
| Octal | 311 | 220 | 133 | 0 | 34 | 67 | 25 | 35 | 62 | 71 |
| Binary | 11001001 | 10010000 | 1011011 | 0 | 11100 | 110111 | 10101 | 11101 | 110010 | 111001 |
Color Harmonies of #C9905B
Complementary color
Monochromatic Colors of #C9905B
Black with #C9905B
Text Example
Text Example
White with #C9905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9905B; }
p { color: rgb(201,144,91); }
H1.HeaderClassName
{
color: #C9905B;
}
.AnyTagClassName
{
color: #C9905B;
}
</style>
background-color css
<style>
a { background-color: #C9905B; }
a { background-color: rgb(201,144,91); }
div.DivClassName
{
background-color: #C9905B;
}
.BgClassName
{
background-color: #C9905B;
}
</style>
border-color css
<style>
span { border-color: #C9905B; }
span { border-color: rgb(201,144,91); }
td.TdClassName
{
border-color: #C9905B;
}
.TagClassName
{
border-color: #C9905B;
}
</style>