Shades of Twine #C0875C
Tints of Twine #C0875C
RGB
CMYK
RGB Variations
Color information
#C0875C (or 0xC0875C) is known color: Twine. HEX triplet: C0, 87 and 5C. RGB value is (192,135,92). Sum of RGB (Red+Green+Blue) = 192+135+92=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0875C is #3F78A3. Grayscale: #939393. Windows color (decimal): -4159652 or 6064064. OLE color: 6064064.
HSL color Cylindrical-coordinate representation of color #C0875C: hue angle of 25.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0875C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 92 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.25 |
| HSL | 25.8º | 0.44% | 0.56% | - |
| HSV(B) | 25.8º | 0.52% | 0.75% | - |
| XYZ | 32.33 | 29.31 | 14.08 | - |
| YUV | 147.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 92 | 0 | 0.30 | 0.52 | 0.25 | 25.8 | 0.44 | 0.56 |
| Hex | C0 | 87 | 5C | 0 | 1E | 34 | 19 | 1A | 2C | 38 |
| Octal | 300 | 207 | 134 | 0 | 36 | 64 | 31 | 32 | 54 | 70 |
| Binary | 11000000 | 10000111 | 1011100 | 0 | 11110 | 110100 | 11001 | 11010 | 101100 | 111000 |
Color Harmonies of #C0875C
Complementary color
Monochromatic Colors of #C0875C
Black with #C0875C
Text Example
Text Example
White with #C0875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0875C; }
p { color: rgb(192,135,92); }
H1.HeaderClassName
{
color: #C0875C;
}
.AnyTagClassName
{
color: #C0875C;
}
</style>
background-color css
<style>
a { background-color: #C0875C; }
a { background-color: rgb(192,135,92); }
div.DivClassName
{
background-color: #C0875C;
}
.BgClassName
{
background-color: #C0875C;
}
</style>
border-color css
<style>
span { border-color: #C0875C; }
span { border-color: rgb(192,135,92); }
td.TdClassName
{
border-color: #C0875C;
}
.TagClassName
{
border-color: #C0875C;
}
</style>