Shades of Twine #C7955F
Tints of Twine #C7955F
RGB
CMYK
RGB Variations
Color information
#C7955F (or 0xC7955F) is known color: Twine. HEX triplet: C7, 95 and 5F. RGB value is (199,149,95). Sum of RGB (Red+Green+Blue) = 199+149+95=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7955F is #386AA0. Grayscale: #9E9E9E. Windows color (decimal): -3697313 or 6264263. OLE color: 6264263.
HSL color Cylindrical-coordinate representation of color #C7955F: hue angle of 31.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7955F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 95 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.22 |
| HSL | 31.15º | 0.48% | 0.58% | - |
| HSV(B) | 31.15º | 0.52% | 0.78% | - |
| XYZ | 36.37 | 34.46 | 15.56 | - |
| YUV | 157.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 95 | 0 | 0.25 | 0.52 | 0.22 | 31.15 | 0.48 | 0.58 |
| Hex | C7 | 95 | 5F | 0 | 19 | 34 | 16 | 1F | 30 | 3A |
| Octal | 307 | 225 | 137 | 0 | 31 | 64 | 26 | 37 | 60 | 72 |
| Binary | 11000111 | 10010101 | 1011111 | 0 | 11001 | 110100 | 10110 | 11111 | 110000 | 111010 |
Color Harmonies of #C7955F
Complementary color
Monochromatic Colors of #C7955F
Black with #C7955F
Text Example
Text Example
White with #C7955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7955F; }
p { color: rgb(199,149,95); }
H1.HeaderClassName
{
color: #C7955F;
}
.AnyTagClassName
{
color: #C7955F;
}
</style>
background-color css
<style>
a { background-color: #C7955F; }
a { background-color: rgb(199,149,95); }
div.DivClassName
{
background-color: #C7955F;
}
.BgClassName
{
background-color: #C7955F;
}
</style>
border-color css
<style>
span { border-color: #C7955F; }
span { border-color: rgb(199,149,95); }
td.TdClassName
{
border-color: #C7955F;
}
.TagClassName
{
border-color: #C7955F;
}
</style>