Shades of Twine #C99254
Tints of Twine #C99254
RGB
CMYK
RGB Variations
Color information
#C99254 (or 0xC99254) is known color: Twine. HEX triplet: C9, 92 and 54. RGB value is (201,146,84). Sum of RGB (Red+Green+Blue) = 201+146+84=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C99254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99254 is #366DAB. Grayscale: #9B9B9B. Windows color (decimal): -3567020 or 5542601. OLE color: 5542601.
HSL color Cylindrical-coordinate representation of color #C99254: hue angle of 31.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C99254 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 84 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.21 |
| HSL | 31.79º | 0.52% | 0.56% | - |
| HSV(B) | 31.79º | 0.58% | 0.79% | - |
| XYZ | 35.97 | 33.62 | 12.98 | - |
| YUV | 155.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 84 | 0 | 0.27 | 0.58 | 0.21 | 31.79 | 0.52 | 0.56 |
| Hex | C9 | 92 | 54 | 0 | 1B | 3A | 15 | 20 | 34 | 38 |
| Octal | 311 | 222 | 124 | 0 | 33 | 72 | 25 | 40 | 64 | 70 |
| Binary | 11001001 | 10010010 | 1010100 | 0 | 11011 | 111010 | 10101 | 100000 | 110100 | 111000 |
Color Harmonies of #C99254
Complementary color
Monochromatic Colors of #C99254
Black with #C99254
Text Example
Text Example
White with #C99254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99254; }
p { color: rgb(201,146,84); }
H1.HeaderClassName
{
color: #C99254;
}
.AnyTagClassName
{
color: #C99254;
}
</style>
background-color css
<style>
a { background-color: #C99254; }
a { background-color: rgb(201,146,84); }
div.DivClassName
{
background-color: #C99254;
}
.BgClassName
{
background-color: #C99254;
}
</style>
border-color css
<style>
span { border-color: #C99254; }
span { border-color: rgb(201,146,84); }
td.TdClassName
{
border-color: #C99254;
}
.TagClassName
{
border-color: #C99254;
}
</style>