Shades of Twine #C7965C
Tints of Twine #C7965C
RGB
CMYK
RGB Variations
Color information
#C7965C (or 0xC7965C) is known color: Twine. HEX triplet: C7, 96 and 5C. RGB value is (199,150,92). Sum of RGB (Red+Green+Blue) = 199+150+92=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7965C is #3869A3. Grayscale: #9E9E9E. Windows color (decimal): -3697060 or 6067911. OLE color: 6067911.
HSL color Cylindrical-coordinate representation of color #C7965C: hue angle of 32.52º 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 #C7965C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 92 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.22 |
| HSL | 32.52º | 0.49% | 0.57% | - |
| HSV(B) | 32.52º | 0.54% | 0.78% | - |
| XYZ | 36.39 | 34.73 | 14.91 | - |
| YUV | 158.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 92 | 0 | 0.25 | 0.54 | 0.22 | 32.52 | 0.49 | 0.57 |
| Hex | C7 | 96 | 5C | 0 | 19 | 36 | 16 | 21 | 31 | 39 |
| Octal | 307 | 226 | 134 | 0 | 31 | 66 | 26 | 41 | 61 | 71 |
| Binary | 11000111 | 10010110 | 1011100 | 0 | 11001 | 110110 | 10110 | 100001 | 110001 | 111001 |
Color Harmonies of #C7965C
Complementary color
Monochromatic Colors of #C7965C
Black with #C7965C
Text Example
Text Example
White with #C7965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7965C; }
p { color: rgb(199,150,92); }
H1.HeaderClassName
{
color: #C7965C;
}
.AnyTagClassName
{
color: #C7965C;
}
</style>
background-color css
<style>
a { background-color: #C7965C; }
a { background-color: rgb(199,150,92); }
div.DivClassName
{
background-color: #C7965C;
}
.BgClassName
{
background-color: #C7965C;
}
</style>
border-color css
<style>
span { border-color: #C7965C; }
span { border-color: rgb(199,150,92); }
td.TdClassName
{
border-color: #C7965C;
}
.TagClassName
{
border-color: #C7965C;
}
</style>