Shades of Twine #C08A55
Tints of Twine #C08A55
RGB
CMYK
RGB Variations
Color information
#C08A55 (or 0xC08A55) is known color: Twine. HEX triplet: C0, 8A and 55. RGB value is (192,138,85). Sum of RGB (Red+Green+Blue) = 192+138+85=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A55 is #3F75AA. Grayscale: #949494. Windows color (decimal): -4158891 or 5606080. OLE color: 5606080.
HSL color Cylindrical-coordinate representation of color #C08A55: hue angle of 29.72º 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 #C08A55 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 85 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.25 |
| HSL | 29.72º | 0.46% | 0.54% | - |
| HSV(B) | 29.72º | 0.56% | 0.75% | - |
| XYZ | 32.47 | 30.04 | 12.68 | - |
| YUV | 148.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 85 | 0 | 0.28 | 0.56 | 0.25 | 29.72 | 0.46 | 0.54 |
| Hex | C0 | 8A | 55 | 0 | 1C | 38 | 19 | 1E | 2E | 36 |
| Octal | 300 | 212 | 125 | 0 | 34 | 70 | 31 | 36 | 56 | 66 |
| Binary | 11000000 | 10001010 | 1010101 | 0 | 11100 | 111000 | 11001 | 11110 | 101110 | 110110 |
Color Harmonies of #C08A55
Complementary color
Monochromatic Colors of #C08A55
Black with #C08A55
Text Example
Text Example
White with #C08A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A55; }
p { color: rgb(192,138,85); }
H1.HeaderClassName
{
color: #C08A55;
}
.AnyTagClassName
{
color: #C08A55;
}
</style>
background-color css
<style>
a { background-color: #C08A55; }
a { background-color: rgb(192,138,85); }
div.DivClassName
{
background-color: #C08A55;
}
.BgClassName
{
background-color: #C08A55;
}
</style>
border-color css
<style>
span { border-color: #C08A55; }
span { border-color: rgb(192,138,85); }
td.TdClassName
{
border-color: #C08A55;
}
.TagClassName
{
border-color: #C08A55;
}
</style>