Shades of Twine #C0995C
Tints of Twine #C0995C
RGB
CMYK
RGB Variations
Color information
#C0995C (or 0xC0995C) is known color: Twine. HEX triplet: C0, 99 and 5C. RGB value is (192,153,92). Sum of RGB (Red+Green+Blue) = 192+153+92=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995C is #3F66A3. Grayscale: #9D9D9D. Windows color (decimal): -4155044 or 6068672. OLE color: 6068672.
HSL color Cylindrical-coordinate representation of color #C0995C: hue angle of 36.6º 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 #C0995C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 92 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.25 |
| HSL | 36.6º | 0.44% | 0.56% | - |
| HSV(B) | 36.6º | 0.52% | 0.75% | - |
| XYZ | 35.06 | 34.76 | 14.99 | - |
| YUV | 157.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 92 | 0 | 0.20 | 0.52 | 0.25 | 36.6 | 0.44 | 0.56 |
| Hex | C0 | 99 | 5C | 0 | 14 | 34 | 19 | 25 | 2C | 38 |
| Octal | 300 | 231 | 134 | 0 | 24 | 64 | 31 | 45 | 54 | 70 |
| Binary | 11000000 | 10011001 | 1011100 | 0 | 10100 | 110100 | 11001 | 100101 | 101100 | 111000 |
Color Harmonies of #C0995C
Complementary color
Monochromatic Colors of #C0995C
Black with #C0995C
Text Example
Text Example
White with #C0995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0995C; }
p { color: rgb(192,153,92); }
H1.HeaderClassName
{
color: #C0995C;
}
.AnyTagClassName
{
color: #C0995C;
}
</style>
background-color css
<style>
a { background-color: #C0995C; }
a { background-color: rgb(192,153,92); }
div.DivClassName
{
background-color: #C0995C;
}
.BgClassName
{
background-color: #C0995C;
}
</style>
border-color css
<style>
span { border-color: #C0995C; }
span { border-color: rgb(192,153,92); }
td.TdClassName
{
border-color: #C0995C;
}
.TagClassName
{
border-color: #C0995C;
}
</style>