Shades of Twine #C08357
Tints of Twine #C08357
RGB
CMYK
RGB Variations
Color information
#C08357 (or 0xC08357) is known color: Twine. HEX triplet: C0, 83 and 57. RGB value is (192,131,87). Sum of RGB (Red+Green+Blue) = 192+131+87=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08357 is #3F7CA8. Grayscale: #909090. Windows color (decimal): -4160681 or 5735360. OLE color: 5735360.
HSL color Cylindrical-coordinate representation of color #C08357: hue angle of 25.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08357 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 87 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.25 |
| HSL | 25.14º | 0.45% | 0.55% | - |
| HSV(B) | 25.14º | 0.55% | 0.75% | - |
| XYZ | 31.57 | 28.13 | 12.78 | - |
| YUV | 144.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 87 | 0 | 0.32 | 0.55 | 0.25 | 25.14 | 0.45 | 0.55 |
| Hex | C0 | 83 | 57 | 0 | 20 | 37 | 19 | 19 | 2D | 37 |
| Octal | 300 | 203 | 127 | 0 | 40 | 67 | 31 | 31 | 55 | 67 |
| Binary | 11000000 | 10000011 | 1010111 | 0 | 100000 | 110111 | 11001 | 11001 | 101101 | 110111 |
Color Harmonies of #C08357
Complementary color
Monochromatic Colors of #C08357
Black with #C08357
Text Example
Text Example
White with #C08357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08357; }
p { color: rgb(192,131,87); }
H1.HeaderClassName
{
color: #C08357;
}
.AnyTagClassName
{
color: #C08357;
}
</style>
background-color css
<style>
a { background-color: #C08357; }
a { background-color: rgb(192,131,87); }
div.DivClassName
{
background-color: #C08357;
}
.BgClassName
{
background-color: #C08357;
}
</style>
border-color css
<style>
span { border-color: #C08357; }
span { border-color: rgb(192,131,87); }
td.TdClassName
{
border-color: #C08357;
}
.TagClassName
{
border-color: #C08357;
}
</style>