Shades of Twine #C1895A
Tints of Twine #C1895A
RGB
CMYK
RGB Variations
Color information
#C1895A (or 0xC1895A) is known color: Twine. HEX triplet: C1, 89 and 5A. RGB value is (193,137,90). Sum of RGB (Red+Green+Blue) = 193+137+90=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1895A is #3E76A5. Grayscale: #949494. Windows color (decimal): -4093606 or 5933505. OLE color: 5933505.
HSL color Cylindrical-coordinate representation of color #C1895A: hue angle of 27.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1895A is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 90 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.24 |
| HSL | 27.38º | 0.45% | 0.55% | - |
| HSV(B) | 27.38º | 0.53% | 0.76% | - |
| XYZ | 32.78 | 29.97 | 13.73 | - |
| YUV | 148.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 90 | 0 | 0.29 | 0.53 | 0.24 | 27.38 | 0.45 | 0.55 |
| Hex | C1 | 89 | 5A | 0 | 1D | 35 | 18 | 1B | 2D | 37 |
| Octal | 301 | 211 | 132 | 0 | 35 | 65 | 30 | 33 | 55 | 67 |
| Binary | 11000001 | 10001001 | 1011010 | 0 | 11101 | 110101 | 11000 | 11011 | 101101 | 110111 |
Color Harmonies of #C1895A
Complementary color
Monochromatic Colors of #C1895A
Black with #C1895A
Text Example
Text Example
White with #C1895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1895A; }
p { color: rgb(193,137,90); }
H1.HeaderClassName
{
color: #C1895A;
}
.AnyTagClassName
{
color: #C1895A;
}
</style>
background-color css
<style>
a { background-color: #C1895A; }
a { background-color: rgb(193,137,90); }
div.DivClassName
{
background-color: #C1895A;
}
.BgClassName
{
background-color: #C1895A;
}
</style>
border-color css
<style>
span { border-color: #C1895A; }
span { border-color: rgb(193,137,90); }
td.TdClassName
{
border-color: #C1895A;
}
.TagClassName
{
border-color: #C1895A;
}
</style>