Shades of Twine #C88F51
Tints of Twine #C88F51
RGB
CMYK
RGB Variations
Color information
#C88F51 (or 0xC88F51) is known color: Twine. HEX triplet: C8, 8F and 51. RGB value is (200,143,81). Sum of RGB (Red+Green+Blue) = 200+143+81=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F51 is #3770AE. Grayscale: #999999. Windows color (decimal): -3633327 or 5345224. OLE color: 5345224.
HSL color Cylindrical-coordinate representation of color #C88F51: hue angle of 31.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C88F51 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 81 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.22 |
| HSL | 31.26º | 0.52% | 0.55% | - |
| HSV(B) | 31.26º | 0.6% | 0.78% | - |
| XYZ | 35.13 | 32.52 | 12.21 | - |
| YUV | 152.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 81 | 0 | 0.28 | 0.59 | 0.22 | 31.26 | 0.52 | 0.55 |
| Hex | C8 | 8F | 51 | 0 | 1C | 3B | 16 | 1F | 34 | 37 |
| Octal | 310 | 217 | 121 | 0 | 34 | 73 | 26 | 37 | 64 | 67 |
| Binary | 11001000 | 10001111 | 1010001 | 0 | 11100 | 111011 | 10110 | 11111 | 110100 | 110111 |
Color Harmonies of #C88F51
Complementary color
Monochromatic Colors of #C88F51
Black with #C88F51
Text Example
Text Example
White with #C88F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F51; }
p { color: rgb(200,143,81); }
H1.HeaderClassName
{
color: #C88F51;
}
.AnyTagClassName
{
color: #C88F51;
}
</style>
background-color css
<style>
a { background-color: #C88F51; }
a { background-color: rgb(200,143,81); }
div.DivClassName
{
background-color: #C88F51;
}
.BgClassName
{
background-color: #C88F51;
}
</style>
border-color css
<style>
span { border-color: #C88F51; }
span { border-color: rgb(200,143,81); }
td.TdClassName
{
border-color: #C88F51;
}
.TagClassName
{
border-color: #C88F51;
}
</style>