Shades of Twine #C7945F
Tints of Twine #C7945F
RGB
CMYK
RGB Variations
Color information
#C7945F (or 0xC7945F) is known color: Twine. HEX triplet: C7, 94 and 5F. RGB value is (199,148,95). Sum of RGB (Red+Green+Blue) = 199+148+95=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7945F is #386BA0. Grayscale: #9D9D9D. Windows color (decimal): -3697569 or 6264007. OLE color: 6264007.
HSL color Cylindrical-coordinate representation of color #C7945F: hue angle of 30.58º 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 #C7945F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 95 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.22 |
| HSL | 30.58º | 0.48% | 0.58% | - |
| HSV(B) | 30.58º | 0.52% | 0.78% | - |
| XYZ | 36.21 | 34.15 | 15.51 | - |
| YUV | 157.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 95 | 0 | 0.26 | 0.52 | 0.22 | 30.58 | 0.48 | 0.58 |
| Hex | C7 | 94 | 5F | 0 | 1A | 34 | 16 | 1F | 30 | 3A |
| Octal | 307 | 224 | 137 | 0 | 32 | 64 | 26 | 37 | 60 | 72 |
| Binary | 11000111 | 10010100 | 1011111 | 0 | 11010 | 110100 | 10110 | 11111 | 110000 | 111010 |
Color Harmonies of #C7945F
Complementary color
Monochromatic Colors of #C7945F
Black with #C7945F
Text Example
Text Example
White with #C7945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7945F; }
p { color: rgb(199,148,95); }
H1.HeaderClassName
{
color: #C7945F;
}
.AnyTagClassName
{
color: #C7945F;
}
</style>
background-color css
<style>
a { background-color: #C7945F; }
a { background-color: rgb(199,148,95); }
div.DivClassName
{
background-color: #C7945F;
}
.BgClassName
{
background-color: #C7945F;
}
</style>
border-color css
<style>
span { border-color: #C7945F; }
span { border-color: rgb(199,148,95); }
td.TdClassName
{
border-color: #C7945F;
}
.TagClassName
{
border-color: #C7945F;
}
</style>