Shades of Twine #C08F54
Tints of Twine #C08F54
RGB
CMYK
RGB Variations
Color information
#C08F54 (or 0xC08F54) is known color: Twine. HEX triplet: C0, 8F and 54. RGB value is (192,143,84). Sum of RGB (Red+Green+Blue) = 192+143+84=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F54 is #3F70AB. Grayscale: #979797. Windows color (decimal): -4157612 or 5541824. OLE color: 5541824.
HSL color Cylindrical-coordinate representation of color #C08F54: hue angle of 32.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08F54 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 84 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.25 |
| HSL | 32.78º | 0.46% | 0.54% | - |
| HSV(B) | 32.78º | 0.56% | 0.75% | - |
| XYZ | 33.16 | 31.49 | 12.72 | - |
| YUV | 150.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 84 | 0 | 0.26 | 0.56 | 0.25 | 32.78 | 0.46 | 0.54 |
| Hex | C0 | 8F | 54 | 0 | 1A | 38 | 19 | 21 | 2E | 36 |
| Octal | 300 | 217 | 124 | 0 | 32 | 70 | 31 | 41 | 56 | 66 |
| Binary | 11000000 | 10001111 | 1010100 | 0 | 11010 | 111000 | 11001 | 100001 | 101110 | 110110 |
Color Harmonies of #C08F54
Complementary color
Monochromatic Colors of #C08F54
Black with #C08F54
Text Example
Text Example
White with #C08F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F54; }
p { color: rgb(192,143,84); }
H1.HeaderClassName
{
color: #C08F54;
}
.AnyTagClassName
{
color: #C08F54;
}
</style>
background-color css
<style>
a { background-color: #C08F54; }
a { background-color: rgb(192,143,84); }
div.DivClassName
{
background-color: #C08F54;
}
.BgClassName
{
background-color: #C08F54;
}
</style>
border-color css
<style>
span { border-color: #C08F54; }
span { border-color: rgb(192,143,84); }
td.TdClassName
{
border-color: #C08F54;
}
.TagClassName
{
border-color: #C08F54;
}
</style>