Shades of Twine #C89A52
Tints of Twine #C89A52
RGB
CMYK
RGB Variations
Color information
#C89A52 (or 0xC89A52) is known color: Twine. HEX triplet: C8, 9A and 52. RGB value is (200,154,82). Sum of RGB (Red+Green+Blue) = 200+154+82=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A52 is #3765AD. Grayscale: #9F9F9F. Windows color (decimal): -3630510 or 5413576. OLE color: 5413576.
HSL color Cylindrical-coordinate representation of color #C89A52: hue angle of 36.61º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C89A52 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 82 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.22 |
| HSL | 36.61º | 0.52% | 0.55% | - |
| HSV(B) | 36.61º | 0.59% | 0.78% | - |
| XYZ | 36.9 | 36 | 12.99 | - |
| YUV | 159.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 82 | 0 | 0.23 | 0.59 | 0.22 | 36.61 | 0.52 | 0.55 |
| Hex | C8 | 9A | 52 | 0 | 17 | 3B | 16 | 25 | 34 | 37 |
| Octal | 310 | 232 | 122 | 0 | 27 | 73 | 26 | 45 | 64 | 67 |
| Binary | 11001000 | 10011010 | 1010010 | 0 | 10111 | 111011 | 10110 | 100101 | 110100 | 110111 |
Color Harmonies of #C89A52
Complementary color
Monochromatic Colors of #C89A52
Black with #C89A52
Text Example
Text Example
White with #C89A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A52; }
p { color: rgb(200,154,82); }
H1.HeaderClassName
{
color: #C89A52;
}
.AnyTagClassName
{
color: #C89A52;
}
</style>
background-color css
<style>
a { background-color: #C89A52; }
a { background-color: rgb(200,154,82); }
div.DivClassName
{
background-color: #C89A52;
}
.BgClassName
{
background-color: #C89A52;
}
</style>
border-color css
<style>
span { border-color: #C89A52; }
span { border-color: rgb(200,154,82); }
td.TdClassName
{
border-color: #C89A52;
}
.TagClassName
{
border-color: #C89A52;
}
</style>