Shades of Twine #C89955
Tints of Twine #C89955
RGB
CMYK
RGB Variations
Color information
#C89955 (or 0xC89955) is known color: Twine. HEX triplet: C8, 99 and 55. RGB value is (200,153,85). Sum of RGB (Red+Green+Blue) = 200+153+85=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C89955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89955 is #3766AA. Grayscale: #9F9F9F. Windows color (decimal): -3630763 or 5609928. OLE color: 5609928.
HSL color Cylindrical-coordinate representation of color #C89955: hue angle of 35.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C89955 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 85 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.22 |
| HSL | 35.48º | 0.51% | 0.56% | - |
| HSV(B) | 35.48º | 0.58% | 0.78% | - |
| XYZ | 36.85 | 35.72 | 13.55 | - |
| YUV | 159.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 85 | 0 | 0.24 | 0.58 | 0.22 | 35.48 | 0.51 | 0.56 |
| Hex | C8 | 99 | 55 | 0 | 18 | 3A | 16 | 23 | 33 | 38 |
| Octal | 310 | 231 | 125 | 0 | 30 | 72 | 26 | 43 | 63 | 70 |
| Binary | 11001000 | 10011001 | 1010101 | 0 | 11000 | 111010 | 10110 | 100011 | 110011 | 111000 |
Color Harmonies of #C89955
Complementary color
Monochromatic Colors of #C89955
Black with #C89955
Text Example
Text Example
White with #C89955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89955; }
p { color: rgb(200,153,85); }
H1.HeaderClassName
{
color: #C89955;
}
.AnyTagClassName
{
color: #C89955;
}
</style>
background-color css
<style>
a { background-color: #C89955; }
a { background-color: rgb(200,153,85); }
div.DivClassName
{
background-color: #C89955;
}
.BgClassName
{
background-color: #C89955;
}
</style>
border-color css
<style>
span { border-color: #C89955; }
span { border-color: rgb(200,153,85); }
td.TdClassName
{
border-color: #C89955;
}
.TagClassName
{
border-color: #C89955;
}
</style>