Shades of Twine #C99D5B
Tints of Twine #C99D5B
RGB
CMYK
RGB Variations
Color information
#C99D5B (or 0xC99D5B) is known color: Twine. HEX triplet: C9, 9D and 5B. RGB value is (201,157,91). Sum of RGB (Red+Green+Blue) = 201+157+91=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5B is #3662A4. Grayscale: #A2A2A2. Windows color (decimal): -3564197 or 6004169. OLE color: 6004169.
HSL color Cylindrical-coordinate representation of color #C99D5B: hue angle of 36º 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 #C99D5B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 91 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.21 |
| HSL | 36º | 0.5% | 0.57% | - |
| HSV(B) | 36º | 0.55% | 0.79% | - |
| XYZ | 38.03 | 37.29 | 15.09 | - |
| YUV | 162.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 91 | 0 | 0.22 | 0.55 | 0.21 | 36 | 0.5 | 0.57 |
| Hex | C9 | 9D | 5B | 0 | 16 | 37 | 15 | 24 | 32 | 39 |
| Octal | 311 | 235 | 133 | 0 | 26 | 67 | 25 | 44 | 62 | 71 |
| Binary | 11001001 | 10011101 | 1011011 | 0 | 10110 | 110111 | 10101 | 100100 | 110010 | 111001 |
Color Harmonies of #C99D5B
Complementary color
Monochromatic Colors of #C99D5B
Black with #C99D5B
Text Example
Text Example
White with #C99D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D5B; }
p { color: rgb(201,157,91); }
H1.HeaderClassName
{
color: #C99D5B;
}
.AnyTagClassName
{
color: #C99D5B;
}
</style>
background-color css
<style>
a { background-color: #C99D5B; }
a { background-color: rgb(201,157,91); }
div.DivClassName
{
background-color: #C99D5B;
}
.BgClassName
{
background-color: #C99D5B;
}
</style>
border-color css
<style>
span { border-color: #C99D5B; }
span { border-color: rgb(201,157,91); }
td.TdClassName
{
border-color: #C99D5B;
}
.TagClassName
{
border-color: #C99D5B;
}
</style>