Shades of Twine #C99258
Tints of Twine #C99258
RGB
CMYK
RGB Variations
Color information
#C99258 (or 0xC99258) is known color: Twine. HEX triplet: C9, 92 and 58. RGB value is (201,146,88). Sum of RGB (Red+Green+Blue) = 201+146+88=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99258 is #366DA7. Grayscale: #9C9C9C. Windows color (decimal): -3567016 or 5804745. OLE color: 5804745.
HSL color Cylindrical-coordinate representation of color #C99258: hue angle of 30.8º 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 #C99258 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 88 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.21 |
| HSL | 30.8º | 0.51% | 0.57% | - |
| HSV(B) | 30.8º | 0.56% | 0.79% | - |
| XYZ | 36.13 | 33.68 | 13.83 | - |
| YUV | 155.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 88 | 0 | 0.27 | 0.56 | 0.21 | 30.8 | 0.51 | 0.57 |
| Hex | C9 | 92 | 58 | 0 | 1B | 38 | 15 | 1F | 33 | 39 |
| Octal | 311 | 222 | 130 | 0 | 33 | 70 | 25 | 37 | 63 | 71 |
| Binary | 11001001 | 10010010 | 1011000 | 0 | 11011 | 111000 | 10101 | 11111 | 110011 | 111001 |
Color Harmonies of #C99258
Complementary color
Monochromatic Colors of #C99258
Black with #C99258
Text Example
Text Example
White with #C99258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99258; }
p { color: rgb(201,146,88); }
H1.HeaderClassName
{
color: #C99258;
}
.AnyTagClassName
{
color: #C99258;
}
</style>
background-color css
<style>
a { background-color: #C99258; }
a { background-color: rgb(201,146,88); }
div.DivClassName
{
background-color: #C99258;
}
.BgClassName
{
background-color: #C99258;
}
</style>
border-color css
<style>
span { border-color: #C99258; }
span { border-color: rgb(201,146,88); }
td.TdClassName
{
border-color: #C99258;
}
.TagClassName
{
border-color: #C99258;
}
</style>