Shades of Twine #C99054
Tints of Twine #C99054
RGB
CMYK
RGB Variations
Color information
#C99054 (or 0xC99054) is known color: Twine. HEX triplet: C9, 90 and 54. RGB value is (201,144,84). Sum of RGB (Red+Green+Blue) = 201+144+84=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99054 is #366FAB. Grayscale: #9A9A9A. Windows color (decimal): -3567532 or 5542089. OLE color: 5542089.
HSL color Cylindrical-coordinate representation of color #C99054: hue angle of 30.77º 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 #C99054 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 84 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.21 |
| HSL | 30.77º | 0.52% | 0.56% | - |
| HSV(B) | 30.77º | 0.58% | 0.79% | - |
| XYZ | 35.66 | 33 | 12.88 | - |
| YUV | 154.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 84 | 0 | 0.28 | 0.58 | 0.21 | 30.77 | 0.52 | 0.56 |
| Hex | C9 | 90 | 54 | 0 | 1C | 3A | 15 | 1F | 34 | 38 |
| Octal | 311 | 220 | 124 | 0 | 34 | 72 | 25 | 37 | 64 | 70 |
| Binary | 11001001 | 10010000 | 1010100 | 0 | 11100 | 111010 | 10101 | 11111 | 110100 | 111000 |
Color Harmonies of #C99054
Complementary color
Monochromatic Colors of #C99054
Black with #C99054
Text Example
Text Example
White with #C99054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99054; }
p { color: rgb(201,144,84); }
H1.HeaderClassName
{
color: #C99054;
}
.AnyTagClassName
{
color: #C99054;
}
</style>
background-color css
<style>
a { background-color: #C99054; }
a { background-color: rgb(201,144,84); }
div.DivClassName
{
background-color: #C99054;
}
.BgClassName
{
background-color: #C99054;
}
</style>
border-color css
<style>
span { border-color: #C99054; }
span { border-color: rgb(201,144,84); }
td.TdClassName
{
border-color: #C99054;
}
.TagClassName
{
border-color: #C99054;
}
</style>