Shades of Twine #C7945B
Tints of Twine #C7945B
RGB
CMYK
RGB Variations
Color information
#C7945B (or 0xC7945B) is known color: Twine. HEX triplet: C7, 94 and 5B. RGB value is (199,148,91). Sum of RGB (Red+Green+Blue) = 199+148+91=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7945B is #386BA4. Grayscale: #9D9D9D. Windows color (decimal): -3697573 or 6001863. OLE color: 6001863.
HSL color Cylindrical-coordinate representation of color #C7945B: hue angle of 31.67º 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 #C7945B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 91 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.22 |
| HSL | 31.67º | 0.49% | 0.57% | - |
| HSV(B) | 31.67º | 0.54% | 0.78% | - |
| XYZ | 36.03 | 34.08 | 14.58 | - |
| YUV | 156.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 91 | 0 | 0.26 | 0.54 | 0.22 | 31.67 | 0.49 | 0.57 |
| Hex | C7 | 94 | 5B | 0 | 1A | 36 | 16 | 20 | 31 | 39 |
| Octal | 307 | 224 | 133 | 0 | 32 | 66 | 26 | 40 | 61 | 71 |
| Binary | 11000111 | 10010100 | 1011011 | 0 | 11010 | 110110 | 10110 | 100000 | 110001 | 111001 |
Color Harmonies of #C7945B
Complementary color
Monochromatic Colors of #C7945B
Black with #C7945B
Text Example
Text Example
White with #C7945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7945B; }
p { color: rgb(199,148,91); }
H1.HeaderClassName
{
color: #C7945B;
}
.AnyTagClassName
{
color: #C7945B;
}
</style>
background-color css
<style>
a { background-color: #C7945B; }
a { background-color: rgb(199,148,91); }
div.DivClassName
{
background-color: #C7945B;
}
.BgClassName
{
background-color: #C7945B;
}
</style>
border-color css
<style>
span { border-color: #C7945B; }
span { border-color: rgb(199,148,91); }
td.TdClassName
{
border-color: #C7945B;
}
.TagClassName
{
border-color: #C7945B;
}
</style>