Shades of Twine #C1875C
Tints of Twine #C1875C
RGB
CMYK
RGB Variations
Color information
#C1875C (or 0xC1875C) is known color: Twine. HEX triplet: C1, 87 and 5C. RGB value is (193,135,92). Sum of RGB (Red+Green+Blue) = 193+135+92=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1875C is #3E78A3. Grayscale: #939393. Windows color (decimal): -4094116 or 6064065. OLE color: 6064065.
HSL color Cylindrical-coordinate representation of color #C1875C: hue angle of 25.54º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1875C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 92 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.24 |
| HSL | 25.54º | 0.45% | 0.56% | - |
| HSV(B) | 25.54º | 0.52% | 0.76% | - |
| XYZ | 32.59 | 29.44 | 14.09 | - |
| YUV | 147.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 92 | 0 | 0.30 | 0.52 | 0.24 | 25.54 | 0.45 | 0.56 |
| Hex | C1 | 87 | 5C | 0 | 1E | 34 | 18 | 1A | 2D | 38 |
| Octal | 301 | 207 | 134 | 0 | 36 | 64 | 30 | 32 | 55 | 70 |
| Binary | 11000001 | 10000111 | 1011100 | 0 | 11110 | 110100 | 11000 | 11010 | 101101 | 111000 |
Color Harmonies of #C1875C
Complementary color
Monochromatic Colors of #C1875C
Black with #C1875C
Text Example
Text Example
White with #C1875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1875C; }
p { color: rgb(193,135,92); }
H1.HeaderClassName
{
color: #C1875C;
}
.AnyTagClassName
{
color: #C1875C;
}
</style>
background-color css
<style>
a { background-color: #C1875C; }
a { background-color: rgb(193,135,92); }
div.DivClassName
{
background-color: #C1875C;
}
.BgClassName
{
background-color: #C1875C;
}
</style>
border-color css
<style>
span { border-color: #C1875C; }
span { border-color: rgb(193,135,92); }
td.TdClassName
{
border-color: #C1875C;
}
.TagClassName
{
border-color: #C1875C;
}
</style>