Shades of Twine #C99158
Tints of Twine #C99158
RGB
CMYK
RGB Variations
Color information
#C99158 (or 0xC99158) is known color: Twine. HEX triplet: C9, 91 and 58. RGB value is (201,145,88). Sum of RGB (Red+Green+Blue) = 201+145+88=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C99158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99158 is #366EA7. Grayscale: #9B9B9B. Windows color (decimal): -3567272 or 5804489. OLE color: 5804489.
HSL color Cylindrical-coordinate representation of color #C99158: hue angle of 30.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C99158 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 88 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.21 |
| HSL | 30.27º | 0.51% | 0.57% | - |
| HSV(B) | 30.27º | 0.56% | 0.79% | - |
| XYZ | 35.97 | 33.37 | 13.78 | - |
| YUV | 155.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 88 | 0 | 0.28 | 0.56 | 0.21 | 30.27 | 0.51 | 0.57 |
| Hex | C9 | 91 | 58 | 0 | 1C | 38 | 15 | 1E | 33 | 39 |
| Octal | 311 | 221 | 130 | 0 | 34 | 70 | 25 | 36 | 63 | 71 |
| Binary | 11001001 | 10010001 | 1011000 | 0 | 11100 | 111000 | 10101 | 11110 | 110011 | 111001 |
Color Harmonies of #C99158
Complementary color
Monochromatic Colors of #C99158
Black with #C99158
Text Example
Text Example
White with #C99158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99158; }
p { color: rgb(201,145,88); }
H1.HeaderClassName
{
color: #C99158;
}
.AnyTagClassName
{
color: #C99158;
}
</style>
background-color css
<style>
a { background-color: #C99158; }
a { background-color: rgb(201,145,88); }
div.DivClassName
{
background-color: #C99158;
}
.BgClassName
{
background-color: #C99158;
}
</style>
border-color css
<style>
span { border-color: #C99158; }
span { border-color: rgb(201,145,88); }
td.TdClassName
{
border-color: #C99158;
}
.TagClassName
{
border-color: #C99158;
}
</style>