Shades of Twine #C89451
Tints of Twine #C89451
RGB
CMYK
RGB Variations
Color information
#C89451 (or 0xC89451) is known color: Twine. HEX triplet: C8, 94 and 51. RGB value is (200,148,81). Sum of RGB (Red+Green+Blue) = 200+148+81=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89451 is #376BAE. Grayscale: #9C9C9C. Windows color (decimal): -3632047 or 5346504. OLE color: 5346504.
HSL color Cylindrical-coordinate representation of color #C89451: hue angle of 33.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89451 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 81 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.22 |
| HSL | 33.78º | 0.52% | 0.55% | - |
| HSV(B) | 33.78º | 0.6% | 0.78% | - |
| XYZ | 35.89 | 34.05 | 12.47 | - |
| YUV | 155.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 81 | 0 | 0.26 | 0.59 | 0.22 | 33.78 | 0.52 | 0.55 |
| Hex | C8 | 94 | 51 | 0 | 1A | 3B | 16 | 22 | 34 | 37 |
| Octal | 310 | 224 | 121 | 0 | 32 | 73 | 26 | 42 | 64 | 67 |
| Binary | 11001000 | 10010100 | 1010001 | 0 | 11010 | 111011 | 10110 | 100010 | 110100 | 110111 |
Color Harmonies of #C89451
Complementary color
Monochromatic Colors of #C89451
Black with #C89451
Text Example
Text Example
White with #C89451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89451; }
p { color: rgb(200,148,81); }
H1.HeaderClassName
{
color: #C89451;
}
.AnyTagClassName
{
color: #C89451;
}
</style>
background-color css
<style>
a { background-color: #C89451; }
a { background-color: rgb(200,148,81); }
div.DivClassName
{
background-color: #C89451;
}
.BgClassName
{
background-color: #C89451;
}
</style>
border-color css
<style>
span { border-color: #C89451; }
span { border-color: rgb(200,148,81); }
td.TdClassName
{
border-color: #C89451;
}
.TagClassName
{
border-color: #C89451;
}
</style>