Shades of Twine #C08A54
Tints of Twine #C08A54
RGB
CMYK
RGB Variations
Color information
#C08A54 (or 0xC08A54) is known color: Twine. HEX triplet: C0, 8A and 54. RGB value is (192,138,84). Sum of RGB (Red+Green+Blue) = 192+138+84=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A54 is #3F75AB. Grayscale: #949494. Windows color (decimal): -4158892 or 5540544. OLE color: 5540544.
HSL color Cylindrical-coordinate representation of color #C08A54: hue angle of 30º 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 #C08A54 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 84 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.25 |
| HSL | 30º | 0.46% | 0.54% | - |
| HSV(B) | 30º | 0.56% | 0.75% | - |
| XYZ | 32.43 | 30.02 | 12.47 | - |
| YUV | 147.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 84 | 0 | 0.28 | 0.56 | 0.25 | 30 | 0.46 | 0.54 |
| Hex | C0 | 8A | 54 | 0 | 1C | 38 | 19 | 1E | 2E | 36 |
| Octal | 300 | 212 | 124 | 0 | 34 | 70 | 31 | 36 | 56 | 66 |
| Binary | 11000000 | 10001010 | 1010100 | 0 | 11100 | 111000 | 11001 | 11110 | 101110 | 110110 |
Color Harmonies of #C08A54
Complementary color
Monochromatic Colors of #C08A54
Black with #C08A54
Text Example
Text Example
White with #C08A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A54; }
p { color: rgb(192,138,84); }
H1.HeaderClassName
{
color: #C08A54;
}
.AnyTagClassName
{
color: #C08A54;
}
</style>
background-color css
<style>
a { background-color: #C08A54; }
a { background-color: rgb(192,138,84); }
div.DivClassName
{
background-color: #C08A54;
}
.BgClassName
{
background-color: #C08A54;
}
</style>
border-color css
<style>
span { border-color: #C08A54; }
span { border-color: rgb(192,138,84); }
td.TdClassName
{
border-color: #C08A54;
}
.TagClassName
{
border-color: #C08A54;
}
</style>