Shades of Twine #C89752
Tints of Twine #C89752
RGB
CMYK
RGB Variations
Color information
#C89752 (or 0xC89752) is known color: Twine. HEX triplet: C8, 97 and 52. RGB value is (200,151,82). Sum of RGB (Red+Green+Blue) = 200+151+82=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89752 is #3768AD. Grayscale: #9E9E9E. Windows color (decimal): -3631278 or 5412808. OLE color: 5412808.
HSL color Cylindrical-coordinate representation of color #C89752: hue angle of 35.08º 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 #C89752 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 82 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.22 |
| HSL | 35.08º | 0.52% | 0.55% | - |
| HSV(B) | 35.08º | 0.59% | 0.78% | - |
| XYZ | 36.41 | 35.02 | 12.82 | - |
| YUV | 157.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 82 | 0 | 0.24 | 0.59 | 0.22 | 35.08 | 0.52 | 0.55 |
| Hex | C8 | 97 | 52 | 0 | 18 | 3B | 16 | 23 | 34 | 37 |
| Octal | 310 | 227 | 122 | 0 | 30 | 73 | 26 | 43 | 64 | 67 |
| Binary | 11001000 | 10010111 | 1010010 | 0 | 11000 | 111011 | 10110 | 100011 | 110100 | 110111 |
Color Harmonies of #C89752
Complementary color
Monochromatic Colors of #C89752
Black with #C89752
Text Example
Text Example
White with #C89752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89752; }
p { color: rgb(200,151,82); }
H1.HeaderClassName
{
color: #C89752;
}
.AnyTagClassName
{
color: #C89752;
}
</style>
background-color css
<style>
a { background-color: #C89752; }
a { background-color: rgb(200,151,82); }
div.DivClassName
{
background-color: #C89752;
}
.BgClassName
{
background-color: #C89752;
}
</style>
border-color css
<style>
span { border-color: #C89752; }
span { border-color: rgb(200,151,82); }
td.TdClassName
{
border-color: #C89752;
}
.TagClassName
{
border-color: #C89752;
}
</style>