Shades of Twine #C99B5D
Tints of Twine #C99B5D
RGB
CMYK
RGB Variations
Color information
#C99B5D (or 0xC99B5D) is known color: Twine. HEX triplet: C9, 9B and 5D. RGB value is (201,155,93). Sum of RGB (Red+Green+Blue) = 201+155+93=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B5D is #3664A2. Grayscale: #A1A1A1. Windows color (decimal): -3564707 or 6134729. OLE color: 6134729.
HSL color Cylindrical-coordinate representation of color #C99B5D: hue angle of 34.44º 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 #C99B5D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 93 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.21 |
| HSL | 34.44º | 0.5% | 0.58% | - |
| HSV(B) | 34.44º | 0.54% | 0.79% | - |
| XYZ | 37.78 | 36.65 | 15.44 | - |
| YUV | 161.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 93 | 0 | 0.23 | 0.54 | 0.21 | 34.44 | 0.5 | 0.58 |
| Hex | C9 | 9B | 5D | 0 | 17 | 36 | 15 | 22 | 32 | 3A |
| Octal | 311 | 233 | 135 | 0 | 27 | 66 | 25 | 42 | 62 | 72 |
| Binary | 11001001 | 10011011 | 1011101 | 0 | 10111 | 110110 | 10101 | 100010 | 110010 | 111010 |
Color Harmonies of #C99B5D
Complementary color
Monochromatic Colors of #C99B5D
Black with #C99B5D
Text Example
Text Example
White with #C99B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B5D; }
p { color: rgb(201,155,93); }
H1.HeaderClassName
{
color: #C99B5D;
}
.AnyTagClassName
{
color: #C99B5D;
}
</style>
background-color css
<style>
a { background-color: #C99B5D; }
a { background-color: rgb(201,155,93); }
div.DivClassName
{
background-color: #C99B5D;
}
.BgClassName
{
background-color: #C99B5D;
}
</style>
border-color css
<style>
span { border-color: #C99B5D; }
span { border-color: rgb(201,155,93); }
td.TdClassName
{
border-color: #C99B5D;
}
.TagClassName
{
border-color: #C99B5D;
}
</style>