Shades of Twine #C99356
Tints of Twine #C99356
RGB
CMYK
RGB Variations
Color information
#C99356 (or 0xC99356) is known color: Twine. HEX triplet: C9, 93 and 56. RGB value is (201,147,86). Sum of RGB (Red+Green+Blue) = 201+147+86=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C99356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99356 is #366CA9. Grayscale: #9C9C9C. Windows color (decimal): -3566762 or 5673929. OLE color: 5673929.
HSL color Cylindrical-coordinate representation of color #C99356: hue angle of 31.83º degrees, saturation: 0.52, 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 #C99356 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 86 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.21 |
| HSL | 31.83º | 0.52% | 0.56% | - |
| HSV(B) | 31.83º | 0.57% | 0.79% | - |
| XYZ | 36.2 | 33.96 | 13.45 | - |
| YUV | 156.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 86 | 0 | 0.27 | 0.57 | 0.21 | 31.83 | 0.52 | 0.56 |
| Hex | C9 | 93 | 56 | 0 | 1B | 39 | 15 | 20 | 34 | 38 |
| Octal | 311 | 223 | 126 | 0 | 33 | 71 | 25 | 40 | 64 | 70 |
| Binary | 11001001 | 10010011 | 1010110 | 0 | 11011 | 111001 | 10101 | 100000 | 110100 | 111000 |
Color Harmonies of #C99356
Complementary color
Monochromatic Colors of #C99356
Black with #C99356
Text Example
Text Example
White with #C99356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99356; }
p { color: rgb(201,147,86); }
H1.HeaderClassName
{
color: #C99356;
}
.AnyTagClassName
{
color: #C99356;
}
</style>
background-color css
<style>
a { background-color: #C99356; }
a { background-color: rgb(201,147,86); }
div.DivClassName
{
background-color: #C99356;
}
.BgClassName
{
background-color: #C99356;
}
</style>
border-color css
<style>
span { border-color: #C99356; }
span { border-color: rgb(201,147,86); }
td.TdClassName
{
border-color: #C99356;
}
.TagClassName
{
border-color: #C99356;
}
</style>