Shades of Twine #C7995C
Tints of Twine #C7995C
RGB
CMYK
RGB Variations
Color information
#C7995C (or 0xC7995C) is known color: Twine. HEX triplet: C7, 99 and 5C. RGB value is (199,153,92). Sum of RGB (Red+Green+Blue) = 199+153+92=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995C is #3866A3. Grayscale: #A0A0A0. Windows color (decimal): -3696292 or 6068679. OLE color: 6068679.
HSL color Cylindrical-coordinate representation of color #C7995C: hue angle of 34.21º 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 #C7995C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 92 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.22 |
| HSL | 34.21º | 0.49% | 0.57% | - |
| HSV(B) | 34.21º | 0.54% | 0.78% | - |
| XYZ | 36.88 | 35.7 | 15.07 | - |
| YUV | 159.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 92 | 0 | 0.23 | 0.54 | 0.22 | 34.21 | 0.49 | 0.57 |
| Hex | C7 | 99 | 5C | 0 | 17 | 36 | 16 | 22 | 31 | 39 |
| Octal | 307 | 231 | 134 | 0 | 27 | 66 | 26 | 42 | 61 | 71 |
| Binary | 11000111 | 10011001 | 1011100 | 0 | 10111 | 110110 | 10110 | 100010 | 110001 | 111001 |
Color Harmonies of #C7995C
Complementary color
Monochromatic Colors of #C7995C
Black with #C7995C
Text Example
Text Example
White with #C7995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7995C; }
p { color: rgb(199,153,92); }
H1.HeaderClassName
{
color: #C7995C;
}
.AnyTagClassName
{
color: #C7995C;
}
</style>
background-color css
<style>
a { background-color: #C7995C; }
a { background-color: rgb(199,153,92); }
div.DivClassName
{
background-color: #C7995C;
}
.BgClassName
{
background-color: #C7995C;
}
</style>
border-color css
<style>
span { border-color: #C7995C; }
span { border-color: rgb(199,153,92); }
td.TdClassName
{
border-color: #C7995C;
}
.TagClassName
{
border-color: #C7995C;
}
</style>