Shades of Twine #C0915B
Tints of Twine #C0915B
RGB
CMYK
RGB Variations
Color information
#C0915B (or 0xC0915B) is known color: Twine. HEX triplet: C0, 91 and 5B. RGB value is (192,145,91). Sum of RGB (Red+Green+Blue) = 192+145+91=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0915B is #3F6EA4. Grayscale: #999999. Windows color (decimal): -4157093 or 6001088. OLE color: 6001088.
HSL color Cylindrical-coordinate representation of color #C0915B: hue angle of 32.08º 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 #C0915B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 91 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.25 |
| HSL | 32.08º | 0.44% | 0.55% | - |
| HSV(B) | 32.08º | 0.53% | 0.75% | - |
| XYZ | 33.75 | 32.21 | 14.34 | - |
| YUV | 152.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 91 | 0 | 0.24 | 0.53 | 0.25 | 32.08 | 0.44 | 0.55 |
| Hex | C0 | 91 | 5B | 0 | 18 | 35 | 19 | 20 | 2C | 37 |
| Octal | 300 | 221 | 133 | 0 | 30 | 65 | 31 | 40 | 54 | 67 |
| Binary | 11000000 | 10010001 | 1011011 | 0 | 11000 | 110101 | 11001 | 100000 | 101100 | 110111 |
Color Harmonies of #C0915B
Complementary color
Monochromatic Colors of #C0915B
Black with #C0915B
Text Example
Text Example
White with #C0915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0915B; }
p { color: rgb(192,145,91); }
H1.HeaderClassName
{
color: #C0915B;
}
.AnyTagClassName
{
color: #C0915B;
}
</style>
background-color css
<style>
a { background-color: #C0915B; }
a { background-color: rgb(192,145,91); }
div.DivClassName
{
background-color: #C0915B;
}
.BgClassName
{
background-color: #C0915B;
}
</style>
border-color css
<style>
span { border-color: #C0915B; }
span { border-color: rgb(192,145,91); }
td.TdClassName
{
border-color: #C0915B;
}
.TagClassName
{
border-color: #C0915B;
}
</style>