Shades of Twine #C99256
Tints of Twine #C99256
RGB
CMYK
RGB Variations
Color information
#C99256 (or 0xC99256) is known color: Twine. HEX triplet: C9, 92 and 56. RGB value is (201,146,86). Sum of RGB (Red+Green+Blue) = 201+146+86=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99256 is #366DA9. Grayscale: #9B9B9B. Windows color (decimal): -3567018 or 5673673. OLE color: 5673673.
HSL color Cylindrical-coordinate representation of color #C99256: hue angle of 31.3º 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 #C99256 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 86 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.21 |
| HSL | 31.3º | 0.52% | 0.56% | - |
| HSV(B) | 31.3º | 0.57% | 0.79% | - |
| XYZ | 36.05 | 33.65 | 13.4 | - |
| YUV | 155.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 86 | 0 | 0.27 | 0.57 | 0.21 | 31.3 | 0.52 | 0.56 |
| Hex | C9 | 92 | 56 | 0 | 1B | 39 | 15 | 1F | 34 | 38 |
| Octal | 311 | 222 | 126 | 0 | 33 | 71 | 25 | 37 | 64 | 70 |
| Binary | 11001001 | 10010010 | 1010110 | 0 | 11011 | 111001 | 10101 | 11111 | 110100 | 111000 |
Color Harmonies of #C99256
Complementary color
Monochromatic Colors of #C99256
Black with #C99256
Text Example
Text Example
White with #C99256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99256; }
p { color: rgb(201,146,86); }
H1.HeaderClassName
{
color: #C99256;
}
.AnyTagClassName
{
color: #C99256;
}
</style>
background-color css
<style>
a { background-color: #C99256; }
a { background-color: rgb(201,146,86); }
div.DivClassName
{
background-color: #C99256;
}
.BgClassName
{
background-color: #C99256;
}
</style>
border-color css
<style>
span { border-color: #C99256; }
span { border-color: rgb(201,146,86); }
td.TdClassName
{
border-color: #C99256;
}
.TagClassName
{
border-color: #C99256;
}
</style>