Shades of Twine #C08A53
Tints of Twine #C08A53
RGB
CMYK
RGB Variations
Color information
#C08A53 (or 0xC08A53) is known color: Twine. HEX triplet: C0, 8A and 53. RGB value is (192,138,83). Sum of RGB (Red+Green+Blue) = 192+138+83=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A53 is #3F75AC. Grayscale: #949494. Windows color (decimal): -4158893 or 5475008. OLE color: 5475008.
HSL color Cylindrical-coordinate representation of color #C08A53: hue angle of 30.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C08A53 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 83 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.25 |
| HSL | 30.28º | 0.46% | 0.54% | - |
| HSV(B) | 30.28º | 0.57% | 0.75% | - |
| XYZ | 32.39 | 30.01 | 12.27 | - |
| YUV | 147.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 83 | 0 | 0.28 | 0.57 | 0.25 | 30.28 | 0.46 | 0.54 |
| Hex | C0 | 8A | 53 | 0 | 1C | 39 | 19 | 1E | 2E | 36 |
| Octal | 300 | 212 | 123 | 0 | 34 | 71 | 31 | 36 | 56 | 66 |
| Binary | 11000000 | 10001010 | 1010011 | 0 | 11100 | 111001 | 11001 | 11110 | 101110 | 110110 |
Color Harmonies of #C08A53
Complementary color
Monochromatic Colors of #C08A53
Black with #C08A53
Text Example
Text Example
White with #C08A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A53; }
p { color: rgb(192,138,83); }
H1.HeaderClassName
{
color: #C08A53;
}
.AnyTagClassName
{
color: #C08A53;
}
</style>
background-color css
<style>
a { background-color: #C08A53; }
a { background-color: rgb(192,138,83); }
div.DivClassName
{
background-color: #C08A53;
}
.BgClassName
{
background-color: #C08A53;
}
</style>
border-color css
<style>
span { border-color: #C08A53; }
span { border-color: rgb(192,138,83); }
td.TdClassName
{
border-color: #C08A53;
}
.TagClassName
{
border-color: #C08A53;
}
</style>