Shades of Twine #C4995C
Tints of Twine #C4995C
RGB
CMYK
RGB Variations
Color information
#C4995C (or 0xC4995C) is known color: Twine. HEX triplet: C4, 99 and 5C. RGB value is (196,153,92). Sum of RGB (Red+Green+Blue) = 196+153+92=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4995C is #3B66A3. Grayscale: #9F9F9F. Windows color (decimal): -3892900 or 6068676. OLE color: 6068676.
HSL color Cylindrical-coordinate representation of color #C4995C: hue angle of 35.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4995C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 92 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.23 |
| HSL | 35.19º | 0.47% | 0.56% | - |
| HSV(B) | 35.19º | 0.53% | 0.77% | - |
| XYZ | 36.09 | 35.29 | 15.04 | - |
| YUV | 158.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 92 | 0 | 0.22 | 0.53 | 0.23 | 35.19 | 0.47 | 0.56 |
| Hex | C4 | 99 | 5C | 0 | 16 | 35 | 17 | 23 | 2F | 38 |
| Octal | 304 | 231 | 134 | 0 | 26 | 65 | 27 | 43 | 57 | 70 |
| Binary | 11000100 | 10011001 | 1011100 | 0 | 10110 | 110101 | 10111 | 100011 | 101111 | 111000 |
Color Harmonies of #C4995C
Complementary color
Monochromatic Colors of #C4995C
Black with #C4995C
Text Example
Text Example
White with #C4995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4995C; }
p { color: rgb(196,153,92); }
H1.HeaderClassName
{
color: #C4995C;
}
.AnyTagClassName
{
color: #C4995C;
}
</style>
background-color css
<style>
a { background-color: #C4995C; }
a { background-color: rgb(196,153,92); }
div.DivClassName
{
background-color: #C4995C;
}
.BgClassName
{
background-color: #C4995C;
}
</style>
border-color css
<style>
span { border-color: #C4995C; }
span { border-color: rgb(196,153,92); }
td.TdClassName
{
border-color: #C4995C;
}
.TagClassName
{
border-color: #C4995C;
}
</style>