Shades of Twine #C0975C
Tints of Twine #C0975C
RGB
CMYK
RGB Variations
Color information
#C0975C (or 0xC0975C) is known color: Twine. HEX triplet: C0, 97 and 5C. RGB value is (192,151,92). Sum of RGB (Red+Green+Blue) = 192+151+92=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975C is #3F68A3. Grayscale: #9C9C9C. Windows color (decimal): -4155556 or 6068160. OLE color: 6068160.
HSL color Cylindrical-coordinate representation of color #C0975C: hue angle of 35.4º 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 #C0975C is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 92 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.25 |
| HSL | 35.4º | 0.44% | 0.56% | - |
| HSV(B) | 35.4º | 0.52% | 0.75% | - |
| XYZ | 34.74 | 34.11 | 14.88 | - |
| YUV | 156.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 92 | 0 | 0.21 | 0.52 | 0.25 | 35.4 | 0.44 | 0.56 |
| Hex | C0 | 97 | 5C | 0 | 15 | 34 | 19 | 23 | 2C | 38 |
| Octal | 300 | 227 | 134 | 0 | 25 | 64 | 31 | 43 | 54 | 70 |
| Binary | 11000000 | 10010111 | 1011100 | 0 | 10101 | 110100 | 11001 | 100011 | 101100 | 111000 |
Color Harmonies of #C0975C
Complementary color
Monochromatic Colors of #C0975C
Black with #C0975C
Text Example
Text Example
White with #C0975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0975C; }
p { color: rgb(192,151,92); }
H1.HeaderClassName
{
color: #C0975C;
}
.AnyTagClassName
{
color: #C0975C;
}
</style>
background-color css
<style>
a { background-color: #C0975C; }
a { background-color: rgb(192,151,92); }
div.DivClassName
{
background-color: #C0975C;
}
.BgClassName
{
background-color: #C0975C;
}
</style>
border-color css
<style>
span { border-color: #C0975C; }
span { border-color: rgb(192,151,92); }
td.TdClassName
{
border-color: #C0975C;
}
.TagClassName
{
border-color: #C0975C;
}
</style>