Shades of Twine #C89852
Tints of Twine #C89852
RGB
CMYK
RGB Variations
Color information
#C89852 (or 0xC89852) is known color: Twine. HEX triplet: C8, 98 and 52. RGB value is (200,152,82). Sum of RGB (Red+Green+Blue) = 200+152+82=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C89852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89852 is #3767AD. Grayscale: #9E9E9E. Windows color (decimal): -3631022 or 5413064. OLE color: 5413064.
HSL color Cylindrical-coordinate representation of color #C89852: hue angle of 35.59º 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 #C89852 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 82 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.22 |
| HSL | 35.59º | 0.52% | 0.55% | - |
| HSV(B) | 35.59º | 0.59% | 0.78% | - |
| XYZ | 36.57 | 35.35 | 12.88 | - |
| YUV | 158.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 82 | 0 | 0.24 | 0.59 | 0.22 | 35.59 | 0.52 | 0.55 |
| Hex | C8 | 98 | 52 | 0 | 18 | 3B | 16 | 24 | 34 | 37 |
| Octal | 310 | 230 | 122 | 0 | 30 | 73 | 26 | 44 | 64 | 67 |
| Binary | 11001000 | 10011000 | 1010010 | 0 | 11000 | 111011 | 10110 | 100100 | 110100 | 110111 |
Color Harmonies of #C89852
Complementary color
Monochromatic Colors of #C89852
Black with #C89852
Text Example
Text Example
White with #C89852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89852; }
p { color: rgb(200,152,82); }
H1.HeaderClassName
{
color: #C89852;
}
.AnyTagClassName
{
color: #C89852;
}
</style>
background-color css
<style>
a { background-color: #C89852; }
a { background-color: rgb(200,152,82); }
div.DivClassName
{
background-color: #C89852;
}
.BgClassName
{
background-color: #C89852;
}
</style>
border-color css
<style>
span { border-color: #C89852; }
span { border-color: rgb(200,152,82); }
td.TdClassName
{
border-color: #C89852;
}
.TagClassName
{
border-color: #C89852;
}
</style>