Shades of Twine #C0975B
Tints of Twine #C0975B
RGB
CMYK
RGB Variations
Color information
#C0975B (or 0xC0975B) is known color: Twine. HEX triplet: C0, 97 and 5B. RGB value is (192,151,91). Sum of RGB (Red+Green+Blue) = 192+151+91=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975B is #3F68A4. Grayscale: #9C9C9C. Windows color (decimal): -4155557 or 6002624. OLE color: 6002624.
HSL color Cylindrical-coordinate representation of color #C0975B: hue angle of 35.64º 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 #C0975B is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 91 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.25 |
| HSL | 35.64º | 0.44% | 0.55% | - |
| HSV(B) | 35.64º | 0.53% | 0.75% | - |
| XYZ | 34.69 | 34.1 | 14.65 | - |
| YUV | 156.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 91 | 0 | 0.21 | 0.53 | 0.25 | 35.64 | 0.44 | 0.55 |
| Hex | C0 | 97 | 5B | 0 | 15 | 35 | 19 | 24 | 2C | 37 |
| Octal | 300 | 227 | 133 | 0 | 25 | 65 | 31 | 44 | 54 | 67 |
| Binary | 11000000 | 10010111 | 1011011 | 0 | 10101 | 110101 | 11001 | 100100 | 101100 | 110111 |
Color Harmonies of #C0975B
Complementary color
Monochromatic Colors of #C0975B
Black with #C0975B
Text Example
Text Example
White with #C0975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0975B; }
p { color: rgb(192,151,91); }
H1.HeaderClassName
{
color: #C0975B;
}
.AnyTagClassName
{
color: #C0975B;
}
</style>
background-color css
<style>
a { background-color: #C0975B; }
a { background-color: rgb(192,151,91); }
div.DivClassName
{
background-color: #C0975B;
}
.BgClassName
{
background-color: #C0975B;
}
</style>
border-color css
<style>
span { border-color: #C0975B; }
span { border-color: rgb(192,151,91); }
td.TdClassName
{
border-color: #C0975B;
}
.TagClassName
{
border-color: #C0975B;
}
</style>