Shades of Twine #C8945E
Tints of Twine #C8945E
RGB
CMYK
RGB Variations
Color information
#C8945E (or 0xC8945E) is known color: Twine. HEX triplet: C8, 94 and 5E. RGB value is (200,148,94). Sum of RGB (Red+Green+Blue) = 200+148+94=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8945E is #376BA1. Grayscale: #9D9D9D. Windows color (decimal): -3632034 or 6198472. OLE color: 6198472.
HSL color Cylindrical-coordinate representation of color #C8945E: hue angle of 30.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8945E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 94 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.22 |
| HSL | 30.57º | 0.49% | 0.58% | - |
| HSV(B) | 30.57º | 0.53% | 0.78% | - |
| XYZ | 36.43 | 34.27 | 15.28 | - |
| YUV | 157.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 94 | 0 | 0.26 | 0.53 | 0.22 | 30.57 | 0.49 | 0.58 |
| Hex | C8 | 94 | 5E | 0 | 1A | 35 | 16 | 1F | 31 | 3A |
| Octal | 310 | 224 | 136 | 0 | 32 | 65 | 26 | 37 | 61 | 72 |
| Binary | 11001000 | 10010100 | 1011110 | 0 | 11010 | 110101 | 10110 | 11111 | 110001 | 111010 |
Color Harmonies of #C8945E
Complementary color
Monochromatic Colors of #C8945E
Black with #C8945E
Text Example
Text Example
White with #C8945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8945E; }
p { color: rgb(200,148,94); }
H1.HeaderClassName
{
color: #C8945E;
}
.AnyTagClassName
{
color: #C8945E;
}
</style>
background-color css
<style>
a { background-color: #C8945E; }
a { background-color: rgb(200,148,94); }
div.DivClassName
{
background-color: #C8945E;
}
.BgClassName
{
background-color: #C8945E;
}
</style>
border-color css
<style>
span { border-color: #C8945E; }
span { border-color: rgb(200,148,94); }
td.TdClassName
{
border-color: #C8945E;
}
.TagClassName
{
border-color: #C8945E;
}
</style>