Shades of Twine #C9995B
Tints of Twine #C9995B
RGB
CMYK
RGB Variations
Color information
#C9995B (or 0xC9995B) is known color: Twine. HEX triplet: C9, 99 and 5B. RGB value is (201,153,91). Sum of RGB (Red+Green+Blue) = 201+153+91=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9995B is #3666A4. Grayscale: #A0A0A0. Windows color (decimal): -3565221 or 6003145. OLE color: 6003145.
HSL color Cylindrical-coordinate representation of color #C9995B: hue angle of 33.82º 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 #C9995B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 91 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.21 |
| HSL | 33.82º | 0.5% | 0.57% | - |
| HSV(B) | 33.82º | 0.55% | 0.79% | - |
| XYZ | 37.37 | 35.96 | 14.87 | - |
| YUV | 160.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 91 | 0 | 0.24 | 0.55 | 0.21 | 33.82 | 0.5 | 0.57 |
| Hex | C9 | 99 | 5B | 0 | 18 | 37 | 15 | 22 | 32 | 39 |
| Octal | 311 | 231 | 133 | 0 | 30 | 67 | 25 | 42 | 62 | 71 |
| Binary | 11001001 | 10011001 | 1011011 | 0 | 11000 | 110111 | 10101 | 100010 | 110010 | 111001 |
Color Harmonies of #C9995B
Complementary color
Monochromatic Colors of #C9995B
Black with #C9995B
Text Example
Text Example
White with #C9995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9995B; }
p { color: rgb(201,153,91); }
H1.HeaderClassName
{
color: #C9995B;
}
.AnyTagClassName
{
color: #C9995B;
}
</style>
background-color css
<style>
a { background-color: #C9995B; }
a { background-color: rgb(201,153,91); }
div.DivClassName
{
background-color: #C9995B;
}
.BgClassName
{
background-color: #C9995B;
}
</style>
border-color css
<style>
span { border-color: #C9995B; }
span { border-color: rgb(201,153,91); }
td.TdClassName
{
border-color: #C9995B;
}
.TagClassName
{
border-color: #C9995B;
}
</style>