Shades of Twine #C9965F
Tints of Twine #C9965F
RGB
CMYK
RGB Variations
Color information
#C9965F (or 0xC9965F) is known color: Twine. HEX triplet: C9, 96 and 5F. RGB value is (201,150,95). Sum of RGB (Red+Green+Blue) = 201+150+95=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9965F is #3669A0. Grayscale: #9F9F9F. Windows color (decimal): -3565985 or 6264521. OLE color: 6264521.
HSL color Cylindrical-coordinate representation of color #C9965F: hue angle of 31.13º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9965F is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 95 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.21 |
| HSL | 31.13º | 0.5% | 0.58% | - |
| HSV(B) | 31.13º | 0.53% | 0.79% | - |
| XYZ | 37.06 | 35.06 | 15.64 | - |
| YUV | 158.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 95 | 0 | 0.25 | 0.53 | 0.21 | 31.13 | 0.5 | 0.58 |
| Hex | C9 | 96 | 5F | 0 | 19 | 35 | 15 | 1F | 32 | 3A |
| Octal | 311 | 226 | 137 | 0 | 31 | 65 | 25 | 37 | 62 | 72 |
| Binary | 11001001 | 10010110 | 1011111 | 0 | 11001 | 110101 | 10101 | 11111 | 110010 | 111010 |
Color Harmonies of #C9965F
Complementary color
Monochromatic Colors of #C9965F
Black with #C9965F
Text Example
Text Example
White with #C9965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9965F; }
p { color: rgb(201,150,95); }
H1.HeaderClassName
{
color: #C9965F;
}
.AnyTagClassName
{
color: #C9965F;
}
</style>
background-color css
<style>
a { background-color: #C9965F; }
a { background-color: rgb(201,150,95); }
div.DivClassName
{
background-color: #C9965F;
}
.BgClassName
{
background-color: #C9965F;
}
</style>
border-color css
<style>
span { border-color: #C9965F; }
span { border-color: rgb(201,150,95); }
td.TdClassName
{
border-color: #C9965F;
}
.TagClassName
{
border-color: #C9965F;
}
</style>