Shades of Twine #C1875B
Tints of Twine #C1875B
RGB
CMYK
RGB Variations
Color information
#C1875B (or 0xC1875B) is known color: Twine. HEX triplet: C1, 87 and 5B. RGB value is (193,135,91). Sum of RGB (Red+Green+Blue) = 193+135+91=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1875B is #3E78A4. Grayscale: #939393. Windows color (decimal): -4094117 or 5998529. OLE color: 5998529.
HSL color Cylindrical-coordinate representation of color #C1875B: hue angle of 25.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1875B is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 91 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.24 |
| HSL | 25.88º | 0.45% | 0.56% | - |
| HSV(B) | 25.88º | 0.53% | 0.76% | - |
| XYZ | 32.54 | 29.42 | 13.86 | - |
| YUV | 147.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 91 | 0 | 0.30 | 0.53 | 0.24 | 25.88 | 0.45 | 0.56 |
| Hex | C1 | 87 | 5B | 0 | 1E | 35 | 18 | 1A | 2D | 38 |
| Octal | 301 | 207 | 133 | 0 | 36 | 65 | 30 | 32 | 55 | 70 |
| Binary | 11000001 | 10000111 | 1011011 | 0 | 11110 | 110101 | 11000 | 11010 | 101101 | 111000 |
Color Harmonies of #C1875B
Complementary color
Monochromatic Colors of #C1875B
Black with #C1875B
Text Example
Text Example
White with #C1875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1875B; }
p { color: rgb(193,135,91); }
H1.HeaderClassName
{
color: #C1875B;
}
.AnyTagClassName
{
color: #C1875B;
}
</style>
background-color css
<style>
a { background-color: #C1875B; }
a { background-color: rgb(193,135,91); }
div.DivClassName
{
background-color: #C1875B;
}
.BgClassName
{
background-color: #C1875B;
}
</style>
border-color css
<style>
span { border-color: #C1875B; }
span { border-color: rgb(193,135,91); }
td.TdClassName
{
border-color: #C1875B;
}
.TagClassName
{
border-color: #C1875B;
}
</style>