Shades of Twine #C88A56
Tints of Twine #C88A56
RGB
CMYK
RGB Variations
Color information
#C88A56 (or 0xC88A56) is known color: Twine. HEX triplet: C8, 8A and 56. RGB value is (200,138,86). Sum of RGB (Red+Green+Blue) = 200+138+86=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A56 is #3775A9. Grayscale: #969696. Windows color (decimal): -3634602 or 5671624. OLE color: 5671624.
HSL color Cylindrical-coordinate representation of color #C88A56: hue angle of 27.37º 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 #C88A56 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 86 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.22 |
| HSL | 27.37º | 0.51% | 0.56% | - |
| HSV(B) | 27.37º | 0.57% | 0.78% | - |
| XYZ | 34.59 | 31.13 | 12.99 | - |
| YUV | 150.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 86 | 0 | 0.31 | 0.57 | 0.22 | 27.37 | 0.51 | 0.56 |
| Hex | C8 | 8A | 56 | 0 | 1F | 39 | 16 | 1B | 33 | 38 |
| Octal | 310 | 212 | 126 | 0 | 37 | 71 | 26 | 33 | 63 | 70 |
| Binary | 11001000 | 10001010 | 1010110 | 0 | 11111 | 111001 | 10110 | 11011 | 110011 | 111000 |
Color Harmonies of #C88A56
Complementary color
Monochromatic Colors of #C88A56
Black with #C88A56
Text Example
Text Example
White with #C88A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A56; }
p { color: rgb(200,138,86); }
H1.HeaderClassName
{
color: #C88A56;
}
.AnyTagClassName
{
color: #C88A56;
}
</style>
background-color css
<style>
a { background-color: #C88A56; }
a { background-color: rgb(200,138,86); }
div.DivClassName
{
background-color: #C88A56;
}
.BgClassName
{
background-color: #C88A56;
}
</style>
border-color css
<style>
span { border-color: #C88A56; }
span { border-color: rgb(200,138,86); }
td.TdClassName
{
border-color: #C88A56;
}
.TagClassName
{
border-color: #C88A56;
}
</style>