Shades of Twine #C8944F
Tints of Twine #C8944F
RGB
CMYK
RGB Variations
Color information
#C8944F (or 0xC8944F) is known color: Twine. HEX triplet: C8, 94 and 4F. RGB value is (200,148,79). Sum of RGB (Red+Green+Blue) = 200+148+79=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8944F is #376BB0. Grayscale: #9C9C9C. Windows color (decimal): -3632049 or 5215432. OLE color: 5215432.
HSL color Cylindrical-coordinate representation of color #C8944F: hue angle of 34.21º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8944F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 79 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.22 |
| HSL | 34.21º | 0.52% | 0.55% | - |
| HSV(B) | 34.21º | 0.61% | 0.78% | - |
| XYZ | 35.82 | 34.02 | 12.08 | - |
| YUV | 155.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 79 | 0 | 0.26 | 0.60 | 0.22 | 34.21 | 0.52 | 0.55 |
| Hex | C8 | 94 | 4F | 0 | 1A | 3C | 16 | 22 | 34 | 37 |
| Octal | 310 | 224 | 117 | 0 | 32 | 74 | 26 | 42 | 64 | 67 |
| Binary | 11001000 | 10010100 | 1001111 | 0 | 11010 | 111100 | 10110 | 100010 | 110100 | 110111 |
Color Harmonies of #C8944F
Complementary color
Monochromatic Colors of #C8944F
Black with #C8944F
Text Example
Text Example
White with #C8944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8944F; }
p { color: rgb(200,148,79); }
H1.HeaderClassName
{
color: #C8944F;
}
.AnyTagClassName
{
color: #C8944F;
}
</style>
background-color css
<style>
a { background-color: #C8944F; }
a { background-color: rgb(200,148,79); }
div.DivClassName
{
background-color: #C8944F;
}
.BgClassName
{
background-color: #C8944F;
}
</style>
border-color css
<style>
span { border-color: #C8944F; }
span { border-color: rgb(200,148,79); }
td.TdClassName
{
border-color: #C8944F;
}
.TagClassName
{
border-color: #C8944F;
}
</style>