Shades of Twine #C4895C
Tints of Twine #C4895C
RGB
CMYK
RGB Variations
Color information
#C4895C (or 0xC4895C) is known color: Twine. HEX triplet: C4, 89 and 5C. RGB value is (196,137,92). Sum of RGB (Red+Green+Blue) = 196+137+92=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4895C is #3B76A3. Grayscale: #959595. Windows color (decimal): -3896996 or 6064580. OLE color: 6064580.
HSL color Cylindrical-coordinate representation of color #C4895C: hue angle of 25.96º 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 #C4895C is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 92 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.23 |
| HSL | 25.96º | 0.47% | 0.56% | - |
| HSV(B) | 25.96º | 0.53% | 0.77% | - |
| XYZ | 33.64 | 30.4 | 14.22 | - |
| YUV | 149.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 92 | 0 | 0.30 | 0.53 | 0.23 | 25.96 | 0.47 | 0.56 |
| Hex | C4 | 89 | 5C | 0 | 1E | 35 | 17 | 1A | 2F | 38 |
| Octal | 304 | 211 | 134 | 0 | 36 | 65 | 27 | 32 | 57 | 70 |
| Binary | 11000100 | 10001001 | 1011100 | 0 | 11110 | 110101 | 10111 | 11010 | 101111 | 111000 |
Color Harmonies of #C4895C
Complementary color
Monochromatic Colors of #C4895C
Black with #C4895C
Text Example
Text Example
White with #C4895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4895C; }
p { color: rgb(196,137,92); }
H1.HeaderClassName
{
color: #C4895C;
}
.AnyTagClassName
{
color: #C4895C;
}
</style>
background-color css
<style>
a { background-color: #C4895C; }
a { background-color: rgb(196,137,92); }
div.DivClassName
{
background-color: #C4895C;
}
.BgClassName
{
background-color: #C4895C;
}
</style>
border-color css
<style>
span { border-color: #C4895C; }
span { border-color: rgb(196,137,92); }
td.TdClassName
{
border-color: #C4895C;
}
.TagClassName
{
border-color: #C4895C;
}
</style>