Shades of Twine #C89553
Tints of Twine #C89553
RGB
CMYK
RGB Variations
Color information
#C89553 (or 0xC89553) is known color: Twine. HEX triplet: C8, 95 and 53. RGB value is (200,149,83). Sum of RGB (Red+Green+Blue) = 200+149+83=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89553 is #376AAC. Grayscale: #9D9D9D. Windows color (decimal): -3631789 or 5477832. OLE color: 5477832.
HSL color Cylindrical-coordinate representation of color #C89553: hue angle of 33.85º 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 #C89553 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 83 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.22 |
| HSL | 33.85º | 0.52% | 0.55% | - |
| HSV(B) | 33.85º | 0.59% | 0.78% | - |
| XYZ | 36.13 | 34.4 | 12.92 | - |
| YUV | 156.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 83 | 0 | 0.26 | 0.58 | 0.22 | 33.85 | 0.52 | 0.55 |
| Hex | C8 | 95 | 53 | 0 | 1A | 3A | 16 | 22 | 34 | 37 |
| Octal | 310 | 225 | 123 | 0 | 32 | 72 | 26 | 42 | 64 | 67 |
| Binary | 11001000 | 10010101 | 1010011 | 0 | 11010 | 111010 | 10110 | 100010 | 110100 | 110111 |
Color Harmonies of #C89553
Complementary color
Monochromatic Colors of #C89553
Black with #C89553
Text Example
Text Example
White with #C89553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89553; }
p { color: rgb(200,149,83); }
H1.HeaderClassName
{
color: #C89553;
}
.AnyTagClassName
{
color: #C89553;
}
</style>
background-color css
<style>
a { background-color: #C89553; }
a { background-color: rgb(200,149,83); }
div.DivClassName
{
background-color: #C89553;
}
.BgClassName
{
background-color: #C89553;
}
</style>
border-color css
<style>
span { border-color: #C89553; }
span { border-color: rgb(200,149,83); }
td.TdClassName
{
border-color: #C89553;
}
.TagClassName
{
border-color: #C89553;
}
</style>