Shades of Twine #C89253
Tints of Twine #C89253
RGB
CMYK
RGB Variations
Color information
#C89253 (or 0xC89253) is known color: Twine. HEX triplet: C8, 92 and 53. RGB value is (200,146,83). Sum of RGB (Red+Green+Blue) = 200+146+83=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89253 is #376DAC. Grayscale: #9B9B9B. Windows color (decimal): -3632557 or 5477064. OLE color: 5477064.
HSL color Cylindrical-coordinate representation of color #C89253: hue angle of 32.31º 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 #C89253 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 83 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.22 |
| HSL | 32.31º | 0.52% | 0.55% | - |
| HSV(B) | 32.31º | 0.59% | 0.78% | - |
| XYZ | 35.66 | 33.46 | 12.76 | - |
| YUV | 154.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 83 | 0 | 0.27 | 0.58 | 0.22 | 32.31 | 0.52 | 0.55 |
| Hex | C8 | 92 | 53 | 0 | 1B | 3A | 16 | 20 | 34 | 37 |
| Octal | 310 | 222 | 123 | 0 | 33 | 72 | 26 | 40 | 64 | 67 |
| Binary | 11001000 | 10010010 | 1010011 | 0 | 11011 | 111010 | 10110 | 100000 | 110100 | 110111 |
Color Harmonies of #C89253
Complementary color
Monochromatic Colors of #C89253
Black with #C89253
Text Example
Text Example
White with #C89253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89253; }
p { color: rgb(200,146,83); }
H1.HeaderClassName
{
color: #C89253;
}
.AnyTagClassName
{
color: #C89253;
}
</style>
background-color css
<style>
a { background-color: #C89253; }
a { background-color: rgb(200,146,83); }
div.DivClassName
{
background-color: #C89253;
}
.BgClassName
{
background-color: #C89253;
}
</style>
border-color css
<style>
span { border-color: #C89253; }
span { border-color: rgb(200,146,83); }
td.TdClassName
{
border-color: #C89253;
}
.TagClassName
{
border-color: #C89253;
}
</style>