Shades of Twine #C99457
Tints of Twine #C99457
RGB
CMYK
RGB Variations
Color information
#C99457 (or 0xC99457) is known color: Twine. HEX triplet: C9, 94 and 57. RGB value is (201,148,87). Sum of RGB (Red+Green+Blue) = 201+148+87=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99457 is #366BA8. Grayscale: #9D9D9D. Windows color (decimal): -3566505 or 5739721. OLE color: 5739721.
HSL color Cylindrical-coordinate representation of color #C99457: hue angle of 32.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C99457 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 87 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.21 |
| HSL | 32.11º | 0.51% | 0.56% | - |
| HSV(B) | 32.11º | 0.57% | 0.79% | - |
| XYZ | 36.4 | 34.29 | 13.72 | - |
| YUV | 156.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 87 | 0 | 0.26 | 0.57 | 0.21 | 32.11 | 0.51 | 0.56 |
| Hex | C9 | 94 | 57 | 0 | 1A | 39 | 15 | 20 | 33 | 38 |
| Octal | 311 | 224 | 127 | 0 | 32 | 71 | 25 | 40 | 63 | 70 |
| Binary | 11001001 | 10010100 | 1010111 | 0 | 11010 | 111001 | 10101 | 100000 | 110011 | 111000 |
Color Harmonies of #C99457
Complementary color
Monochromatic Colors of #C99457
Black with #C99457
Text Example
Text Example
White with #C99457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99457; }
p { color: rgb(201,148,87); }
H1.HeaderClassName
{
color: #C99457;
}
.AnyTagClassName
{
color: #C99457;
}
</style>
background-color css
<style>
a { background-color: #C99457; }
a { background-color: rgb(201,148,87); }
div.DivClassName
{
background-color: #C99457;
}
.BgClassName
{
background-color: #C99457;
}
</style>
border-color css
<style>
span { border-color: #C99457; }
span { border-color: rgb(201,148,87); }
td.TdClassName
{
border-color: #C99457;
}
.TagClassName
{
border-color: #C99457;
}
</style>