Shades of Twine #C88653
Tints of Twine #C88653
RGB
CMYK
RGB Variations
Color information
#C88653 (or 0xC88653) is known color: Twine. HEX triplet: C8, 86 and 53. RGB value is (200,134,83). Sum of RGB (Red+Green+Blue) = 200+134+83=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88653 is #3779AC. Grayscale: #949494. Windows color (decimal): -3635629 or 5473992. OLE color: 5473992.
HSL color Cylindrical-coordinate representation of color #C88653: hue angle of 26.15º 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 #C88653 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 83 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.22 |
| HSL | 26.15º | 0.52% | 0.55% | - |
| HSV(B) | 26.15º | 0.59% | 0.78% | - |
| XYZ | 33.91 | 29.95 | 12.18 | - |
| YUV | 147.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 83 | 0 | 0.33 | 0.58 | 0.22 | 26.15 | 0.52 | 0.55 |
| Hex | C8 | 86 | 53 | 0 | 21 | 3A | 16 | 1A | 34 | 37 |
| Octal | 310 | 206 | 123 | 0 | 41 | 72 | 26 | 32 | 64 | 67 |
| Binary | 11001000 | 10000110 | 1010011 | 0 | 100001 | 111010 | 10110 | 11010 | 110100 | 110111 |
Color Harmonies of #C88653
Complementary color
Monochromatic Colors of #C88653
Black with #C88653
Text Example
Text Example
White with #C88653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88653; }
p { color: rgb(200,134,83); }
H1.HeaderClassName
{
color: #C88653;
}
.AnyTagClassName
{
color: #C88653;
}
</style>
background-color css
<style>
a { background-color: #C88653; }
a { background-color: rgb(200,134,83); }
div.DivClassName
{
background-color: #C88653;
}
.BgClassName
{
background-color: #C88653;
}
</style>
border-color css
<style>
span { border-color: #C88653; }
span { border-color: rgb(200,134,83); }
td.TdClassName
{
border-color: #C88653;
}
.TagClassName
{
border-color: #C88653;
}
</style>