Shades of Twine #C99255
Tints of Twine #C99255
RGB
CMYK
RGB Variations
Color information
#C99255 (or 0xC99255) is known color: Twine. HEX triplet: C9, 92 and 55. RGB value is (201,146,85). Sum of RGB (Red+Green+Blue) = 201+146+85=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99255 is #366DAA. Grayscale: #9B9B9B. Windows color (decimal): -3567019 or 5608137. OLE color: 5608137.
HSL color Cylindrical-coordinate representation of color #C99255: hue angle of 31.55º 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 #C99255 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 85 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.21 |
| HSL | 31.55º | 0.52% | 0.56% | - |
| HSV(B) | 31.55º | 0.58% | 0.79% | - |
| XYZ | 36.01 | 33.63 | 13.19 | - |
| YUV | 155.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 85 | 0 | 0.27 | 0.58 | 0.21 | 31.55 | 0.52 | 0.56 |
| Hex | C9 | 92 | 55 | 0 | 1B | 3A | 15 | 20 | 34 | 38 |
| Octal | 311 | 222 | 125 | 0 | 33 | 72 | 25 | 40 | 64 | 70 |
| Binary | 11001001 | 10010010 | 1010101 | 0 | 11011 | 111010 | 10101 | 100000 | 110100 | 111000 |
Color Harmonies of #C99255
Complementary color
Monochromatic Colors of #C99255
Black with #C99255
Text Example
Text Example
White with #C99255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99255; }
p { color: rgb(201,146,85); }
H1.HeaderClassName
{
color: #C99255;
}
.AnyTagClassName
{
color: #C99255;
}
</style>
background-color css
<style>
a { background-color: #C99255; }
a { background-color: rgb(201,146,85); }
div.DivClassName
{
background-color: #C99255;
}
.BgClassName
{
background-color: #C99255;
}
</style>
border-color css
<style>
span { border-color: #C99255; }
span { border-color: rgb(201,146,85); }
td.TdClassName
{
border-color: #C99255;
}
.TagClassName
{
border-color: #C99255;
}
</style>