Shades of Twine #C7915C
Tints of Twine #C7915C
RGB
CMYK
RGB Variations
Color information
#C7915C (or 0xC7915C) is known color: Twine. HEX triplet: C7, 91 and 5C. RGB value is (199,145,92). Sum of RGB (Red+Green+Blue) = 199+145+92=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7915C is #386EA3. Grayscale: #9B9B9B. Windows color (decimal): -3698340 or 6066631. OLE color: 6066631.
HSL color Cylindrical-coordinate representation of color #C7915C: hue angle of 29.72º 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 #C7915C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 92 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.22 |
| HSL | 29.72º | 0.49% | 0.57% | - |
| HSV(B) | 29.72º | 0.54% | 0.78% | - |
| XYZ | 35.61 | 33.17 | 14.65 | - |
| YUV | 155.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 92 | 0 | 0.27 | 0.54 | 0.22 | 29.72 | 0.49 | 0.57 |
| Hex | C7 | 91 | 5C | 0 | 1B | 36 | 16 | 1E | 31 | 39 |
| Octal | 307 | 221 | 134 | 0 | 33 | 66 | 26 | 36 | 61 | 71 |
| Binary | 11000111 | 10010001 | 1011100 | 0 | 11011 | 110110 | 10110 | 11110 | 110001 | 111001 |
Color Harmonies of #C7915C
Complementary color
Monochromatic Colors of #C7915C
Black with #C7915C
Text Example
Text Example
White with #C7915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7915C; }
p { color: rgb(199,145,92); }
H1.HeaderClassName
{
color: #C7915C;
}
.AnyTagClassName
{
color: #C7915C;
}
</style>
background-color css
<style>
a { background-color: #C7915C; }
a { background-color: rgb(199,145,92); }
div.DivClassName
{
background-color: #C7915C;
}
.BgClassName
{
background-color: #C7915C;
}
</style>
border-color css
<style>
span { border-color: #C7915C; }
span { border-color: rgb(199,145,92); }
td.TdClassName
{
border-color: #C7915C;
}
.TagClassName
{
border-color: #C7915C;
}
</style>