Shades of Twine #C7985C
Tints of Twine #C7985C
RGB
CMYK
RGB Variations
Color information
#C7985C (or 0xC7985C) is known color: Twine. HEX triplet: C7, 98 and 5C. RGB value is (199,152,92). Sum of RGB (Red+Green+Blue) = 199+152+92=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7985C is #3867A3. Grayscale: #9F9F9F. Windows color (decimal): -3696548 or 6068423. OLE color: 6068423.
HSL color Cylindrical-coordinate representation of color #C7985C: hue angle of 33.64º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7985C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 92 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.22 |
| HSL | 33.64º | 0.49% | 0.57% | - |
| HSV(B) | 33.64º | 0.54% | 0.78% | - |
| XYZ | 36.71 | 35.37 | 15.02 | - |
| YUV | 159.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 92 | 0 | 0.24 | 0.54 | 0.22 | 33.64 | 0.49 | 0.57 |
| Hex | C7 | 98 | 5C | 0 | 18 | 36 | 16 | 22 | 31 | 39 |
| Octal | 307 | 230 | 134 | 0 | 30 | 66 | 26 | 42 | 61 | 71 |
| Binary | 11000111 | 10011000 | 1011100 | 0 | 11000 | 110110 | 10110 | 100010 | 110001 | 111001 |
Color Harmonies of #C7985C
Complementary color
Monochromatic Colors of #C7985C
Black with #C7985C
Text Example
Text Example
White with #C7985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7985C; }
p { color: rgb(199,152,92); }
H1.HeaderClassName
{
color: #C7985C;
}
.AnyTagClassName
{
color: #C7985C;
}
</style>
background-color css
<style>
a { background-color: #C7985C; }
a { background-color: rgb(199,152,92); }
div.DivClassName
{
background-color: #C7985C;
}
.BgClassName
{
background-color: #C7985C;
}
</style>
border-color css
<style>
span { border-color: #C7985C; }
span { border-color: rgb(199,152,92); }
td.TdClassName
{
border-color: #C7985C;
}
.TagClassName
{
border-color: #C7985C;
}
</style>