Shades of Twine #C7955C
Tints of Twine #C7955C
RGB
CMYK
RGB Variations
Color information
#C7955C (or 0xC7955C) is known color: Twine. HEX triplet: C7, 95 and 5C. RGB value is (199,149,92). Sum of RGB (Red+Green+Blue) = 199+149+92=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7955C is #386AA3. Grayscale: #9D9D9D. Windows color (decimal): -3697316 or 6067655. OLE color: 6067655.
HSL color Cylindrical-coordinate representation of color #C7955C: hue angle of 31.96º 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 #C7955C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 92 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.22 |
| HSL | 31.96º | 0.49% | 0.57% | - |
| HSV(B) | 31.96º | 0.54% | 0.78% | - |
| XYZ | 36.23 | 34.41 | 14.86 | - |
| YUV | 157.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 92 | 0 | 0.25 | 0.54 | 0.22 | 31.96 | 0.49 | 0.57 |
| Hex | C7 | 95 | 5C | 0 | 19 | 36 | 16 | 20 | 31 | 39 |
| Octal | 307 | 225 | 134 | 0 | 31 | 66 | 26 | 40 | 61 | 71 |
| Binary | 11000111 | 10010101 | 1011100 | 0 | 11001 | 110110 | 10110 | 100000 | 110001 | 111001 |
Color Harmonies of #C7955C
Complementary color
Monochromatic Colors of #C7955C
Black with #C7955C
Text Example
Text Example
White with #C7955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7955C; }
p { color: rgb(199,149,92); }
H1.HeaderClassName
{
color: #C7955C;
}
.AnyTagClassName
{
color: #C7955C;
}
</style>
background-color css
<style>
a { background-color: #C7955C; }
a { background-color: rgb(199,149,92); }
div.DivClassName
{
background-color: #C7955C;
}
.BgClassName
{
background-color: #C7955C;
}
</style>
border-color css
<style>
span { border-color: #C7955C; }
span { border-color: rgb(199,149,92); }
td.TdClassName
{
border-color: #C7955C;
}
.TagClassName
{
border-color: #C7955C;
}
</style>