Shades of Twine #C0895F
Tints of Twine #C0895F
RGB
CMYK
RGB Variations
Color information
#C0895F (or 0xC0895F) is known color: Twine. HEX triplet: C0, 89 and 5F. RGB value is (192,137,95). Sum of RGB (Red+Green+Blue) = 192+137+95=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0895F is #3F76A0. Grayscale: #949494. Windows color (decimal): -4159137 or 6261184. OLE color: 6261184.
HSL color Cylindrical-coordinate representation of color #C0895F: hue angle of 25.98º 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 #C0895F is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 95 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.25 |
| HSL | 25.98º | 0.43% | 0.56% | - |
| HSV(B) | 25.98º | 0.51% | 0.75% | - |
| XYZ | 32.75 | 29.92 | 14.88 | - |
| YUV | 148.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 95 | 0 | 0.29 | 0.51 | 0.25 | 25.98 | 0.43 | 0.56 |
| Hex | C0 | 89 | 5F | 0 | 1D | 33 | 19 | 1A | 2B | 38 |
| Octal | 300 | 211 | 137 | 0 | 35 | 63 | 31 | 32 | 53 | 70 |
| Binary | 11000000 | 10001001 | 1011111 | 0 | 11101 | 110011 | 11001 | 11010 | 101011 | 111000 |
Color Harmonies of #C0895F
Complementary color
Monochromatic Colors of #C0895F
Black with #C0895F
Text Example
Text Example
White with #C0895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0895F; }
p { color: rgb(192,137,95); }
H1.HeaderClassName
{
color: #C0895F;
}
.AnyTagClassName
{
color: #C0895F;
}
</style>
background-color css
<style>
a { background-color: #C0895F; }
a { background-color: rgb(192,137,95); }
div.DivClassName
{
background-color: #C0895F;
}
.BgClassName
{
background-color: #C0895F;
}
</style>
border-color css
<style>
span { border-color: #C0895F; }
span { border-color: rgb(192,137,95); }
td.TdClassName
{
border-color: #C0895F;
}
.TagClassName
{
border-color: #C0895F;
}
</style>