Shades of Twine #C99458
Tints of Twine #C99458
RGB
CMYK
RGB Variations
Color information
#C99458 (or 0xC99458) is known color: Twine. HEX triplet: C9, 94 and 58. RGB value is (201,148,88). Sum of RGB (Red+Green+Blue) = 201+148+88=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C99458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99458 is #366BA7. Grayscale: #9D9D9D. Windows color (decimal): -3566504 or 5805257. OLE color: 5805257.
HSL color Cylindrical-coordinate representation of color #C99458: hue angle of 31.86º 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 #C99458 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 88 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.21 |
| HSL | 31.86º | 0.51% | 0.57% | - |
| HSV(B) | 31.86º | 0.56% | 0.79% | - |
| XYZ | 36.44 | 34.3 | 13.93 | - |
| YUV | 157.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 88 | 0 | 0.26 | 0.56 | 0.21 | 31.86 | 0.51 | 0.57 |
| Hex | C9 | 94 | 58 | 0 | 1A | 38 | 15 | 20 | 33 | 39 |
| Octal | 311 | 224 | 130 | 0 | 32 | 70 | 25 | 40 | 63 | 71 |
| Binary | 11001001 | 10010100 | 1011000 | 0 | 11010 | 111000 | 10101 | 100000 | 110011 | 111001 |
Color Harmonies of #C99458
Complementary color
Monochromatic Colors of #C99458
Black with #C99458
Text Example
Text Example
White with #C99458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99458; }
p { color: rgb(201,148,88); }
H1.HeaderClassName
{
color: #C99458;
}
.AnyTagClassName
{
color: #C99458;
}
</style>
background-color css
<style>
a { background-color: #C99458; }
a { background-color: rgb(201,148,88); }
div.DivClassName
{
background-color: #C99458;
}
.BgClassName
{
background-color: #C99458;
}
</style>
border-color css
<style>
span { border-color: #C99458; }
span { border-color: rgb(201,148,88); }
td.TdClassName
{
border-color: #C99458;
}
.TagClassName
{
border-color: #C99458;
}
</style>