Shades of Twine #C0915F
Tints of Twine #C0915F
RGB
CMYK
RGB Variations
Color information
#C0915F (or 0xC0915F) is known color: Twine. HEX triplet: C0, 91 and 5F. RGB value is (192,145,95). Sum of RGB (Red+Green+Blue) = 192+145+95=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0915F is #3F6EA0. Grayscale: #999999. Windows color (decimal): -4157089 or 6263232. OLE color: 6263232.
HSL color Cylindrical-coordinate representation of color #C0915F: hue angle of 30.93º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0915F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 95 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.25 |
| HSL | 30.93º | 0.43% | 0.56% | - |
| HSV(B) | 30.93º | 0.51% | 0.75% | - |
| XYZ | 33.93 | 32.28 | 15.27 | - |
| YUV | 153.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 95 | 0 | 0.24 | 0.51 | 0.25 | 30.93 | 0.43 | 0.56 |
| Hex | C0 | 91 | 5F | 0 | 18 | 33 | 19 | 1F | 2B | 38 |
| Octal | 300 | 221 | 137 | 0 | 30 | 63 | 31 | 37 | 53 | 70 |
| Binary | 11000000 | 10010001 | 1011111 | 0 | 11000 | 110011 | 11001 | 11111 | 101011 | 111000 |
Color Harmonies of #C0915F
Complementary color
Monochromatic Colors of #C0915F
Black with #C0915F
Text Example
Text Example
White with #C0915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0915F; }
p { color: rgb(192,145,95); }
H1.HeaderClassName
{
color: #C0915F;
}
.AnyTagClassName
{
color: #C0915F;
}
</style>
background-color css
<style>
a { background-color: #C0915F; }
a { background-color: rgb(192,145,95); }
div.DivClassName
{
background-color: #C0915F;
}
.BgClassName
{
background-color: #C0915F;
}
</style>
border-color css
<style>
span { border-color: #C0915F; }
span { border-color: rgb(192,145,95); }
td.TdClassName
{
border-color: #C0915F;
}
.TagClassName
{
border-color: #C0915F;
}
</style>