Shades of Twine #C88756
Tints of Twine #C88756
RGB
CMYK
RGB Variations
Color information
#C88756 (or 0xC88756) is known color: Twine. HEX triplet: C8, 87 and 56. RGB value is (200,135,86). Sum of RGB (Red+Green+Blue) = 200+135+86=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C88756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88756 is #3778A9. Grayscale: #959595. Windows color (decimal): -3635370 or 5670856. OLE color: 5670856.
HSL color Cylindrical-coordinate representation of color #C88756: hue angle of 25.79º 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 #C88756 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 86 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.22 |
| HSL | 25.79º | 0.51% | 0.56% | - |
| HSV(B) | 25.79º | 0.57% | 0.78% | - |
| XYZ | 34.16 | 30.28 | 12.85 | - |
| YUV | 148.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 86 | 0 | 0.32 | 0.57 | 0.22 | 25.79 | 0.51 | 0.56 |
| Hex | C8 | 87 | 56 | 0 | 20 | 39 | 16 | 1A | 33 | 38 |
| Octal | 310 | 207 | 126 | 0 | 40 | 71 | 26 | 32 | 63 | 70 |
| Binary | 11001000 | 10000111 | 1010110 | 0 | 100000 | 111001 | 10110 | 11010 | 110011 | 111000 |
Color Harmonies of #C88756
Complementary color
Monochromatic Colors of #C88756
Black with #C88756
Text Example
Text Example
White with #C88756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88756; }
p { color: rgb(200,135,86); }
H1.HeaderClassName
{
color: #C88756;
}
.AnyTagClassName
{
color: #C88756;
}
</style>
background-color css
<style>
a { background-color: #C88756; }
a { background-color: rgb(200,135,86); }
div.DivClassName
{
background-color: #C88756;
}
.BgClassName
{
background-color: #C88756;
}
</style>
border-color css
<style>
span { border-color: #C88756; }
span { border-color: rgb(200,135,86); }
td.TdClassName
{
border-color: #C88756;
}
.TagClassName
{
border-color: #C88756;
}
</style>