Shades of Twine #C0845B
Tints of Twine #C0845B
RGB
CMYK
RGB Variations
Color information
#C0845B (or 0xC0845B) is known color: Twine. HEX triplet: C0, 84 and 5B. RGB value is (192,132,91). Sum of RGB (Red+Green+Blue) = 192+132+91=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0845B is #3F7BA4. Grayscale: #919191. Windows color (decimal): -4160421 or 5997760. OLE color: 5997760.
HSL color Cylindrical-coordinate representation of color #C0845B: hue angle of 24.36º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0845B is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 91 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.25 |
| HSL | 24.36º | 0.44% | 0.55% | - |
| HSV(B) | 24.36º | 0.53% | 0.75% | - |
| XYZ | 31.88 | 28.46 | 13.71 | - |
| YUV | 145.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 91 | 0 | 0.31 | 0.53 | 0.25 | 24.36 | 0.44 | 0.55 |
| Hex | C0 | 84 | 5B | 0 | 1F | 35 | 19 | 18 | 2C | 37 |
| Octal | 300 | 204 | 133 | 0 | 37 | 65 | 31 | 30 | 54 | 67 |
| Binary | 11000000 | 10000100 | 1011011 | 0 | 11111 | 110101 | 11001 | 11000 | 101100 | 110111 |
Color Harmonies of #C0845B
Complementary color
Monochromatic Colors of #C0845B
Black with #C0845B
Text Example
Text Example
White with #C0845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0845B; }
p { color: rgb(192,132,91); }
H1.HeaderClassName
{
color: #C0845B;
}
.AnyTagClassName
{
color: #C0845B;
}
</style>
background-color css
<style>
a { background-color: #C0845B; }
a { background-color: rgb(192,132,91); }
div.DivClassName
{
background-color: #C0845B;
}
.BgClassName
{
background-color: #C0845B;
}
</style>
border-color css
<style>
span { border-color: #C0845B; }
span { border-color: rgb(192,132,91); }
td.TdClassName
{
border-color: #C0845B;
}
.TagClassName
{
border-color: #C0845B;
}
</style>