Shades of Twine #C7905B
Tints of Twine #C7905B
RGB
CMYK
RGB Variations
Color information
#C7905B (or 0xC7905B) is known color: Twine. HEX triplet: C7, 90 and 5B. RGB value is (199,144,91). Sum of RGB (Red+Green+Blue) = 199+144+91=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7905B is #386FA4. Grayscale: #9A9A9A. Windows color (decimal): -3698597 or 6000839. OLE color: 6000839.
HSL color Cylindrical-coordinate representation of color #C7905B: hue angle of 29.44º 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 #C7905B is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 91 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.22 |
| HSL | 29.44º | 0.49% | 0.57% | - |
| HSV(B) | 29.44º | 0.54% | 0.78% | - |
| XYZ | 35.41 | 32.84 | 14.37 | - |
| YUV | 154.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 91 | 0 | 0.28 | 0.54 | 0.22 | 29.44 | 0.49 | 0.57 |
| Hex | C7 | 90 | 5B | 0 | 1C | 36 | 16 | 1D | 31 | 39 |
| Octal | 307 | 220 | 133 | 0 | 34 | 66 | 26 | 35 | 61 | 71 |
| Binary | 11000111 | 10010000 | 1011011 | 0 | 11100 | 110110 | 10110 | 11101 | 110001 | 111001 |
Color Harmonies of #C7905B
Complementary color
Monochromatic Colors of #C7905B
Black with #C7905B
Text Example
Text Example
White with #C7905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7905B; }
p { color: rgb(199,144,91); }
H1.HeaderClassName
{
color: #C7905B;
}
.AnyTagClassName
{
color: #C7905B;
}
</style>
background-color css
<style>
a { background-color: #C7905B; }
a { background-color: rgb(199,144,91); }
div.DivClassName
{
background-color: #C7905B;
}
.BgClassName
{
background-color: #C7905B;
}
</style>
border-color css
<style>
span { border-color: #C7905B; }
span { border-color: rgb(199,144,91); }
td.TdClassName
{
border-color: #C7905B;
}
.TagClassName
{
border-color: #C7905B;
}
</style>