Shades of Twine #C1884F
Tints of Twine #C1884F
RGB
CMYK
RGB Variations
Color information
#C1884F (or 0xC1884F) is known color: Twine. HEX triplet: C1, 88 and 4F. RGB value is (193,136,79). Sum of RGB (Red+Green+Blue) = 193+136+79=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1884F is #3E77B0. Grayscale: #929292. Windows color (decimal): -4093873 or 5212353. OLE color: 5212353.
HSL color Cylindrical-coordinate representation of color #C1884F: hue angle of 30º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1884F is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 79 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.24 |
| HSL | 30º | 0.48% | 0.53% | - |
| HSV(B) | 30º | 0.59% | 0.76% | - |
| XYZ | 32.21 | 29.51 | 11.4 | - |
| YUV | 146.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 79 | 0 | 0.30 | 0.59 | 0.24 | 30 | 0.48 | 0.53 |
| Hex | C1 | 88 | 4F | 0 | 1E | 3B | 18 | 1E | 30 | 35 |
| Octal | 301 | 210 | 117 | 0 | 36 | 73 | 30 | 36 | 60 | 65 |
| Binary | 11000001 | 10001000 | 1001111 | 0 | 11110 | 111011 | 11000 | 11110 | 110000 | 110101 |
Color Harmonies of #C1884F
Complementary color
Monochromatic Colors of #C1884F
Black with #C1884F
Text Example
Text Example
White with #C1884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1884F; }
p { color: rgb(193,136,79); }
H1.HeaderClassName
{
color: #C1884F;
}
.AnyTagClassName
{
color: #C1884F;
}
</style>
background-color css
<style>
a { background-color: #C1884F; }
a { background-color: rgb(193,136,79); }
div.DivClassName
{
background-color: #C1884F;
}
.BgClassName
{
background-color: #C1884F;
}
</style>
border-color css
<style>
span { border-color: #C1884F; }
span { border-color: rgb(193,136,79); }
td.TdClassName
{
border-color: #C1884F;
}
.TagClassName
{
border-color: #C1884F;
}
</style>