Shades of Twine #C1925F
Tints of Twine #C1925F
RGB
CMYK
RGB Variations
Color information
#C1925F (or 0xC1925F) is known color: Twine. HEX triplet: C1, 92 and 5F. RGB value is (193,146,95). Sum of RGB (Red+Green+Blue) = 193+146+95=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1925F is #3E6DA0. Grayscale: #9A9A9A. Windows color (decimal): -4091297 or 6263489. OLE color: 6263489.
HSL color Cylindrical-coordinate representation of color #C1925F: hue angle of 31.22º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1925F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 95 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.24 |
| HSL | 31.22º | 0.44% | 0.56% | - |
| HSV(B) | 31.22º | 0.51% | 0.76% | - |
| XYZ | 34.34 | 32.72 | 15.33 | - |
| YUV | 154.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 95 | 0 | 0.24 | 0.51 | 0.24 | 31.22 | 0.44 | 0.56 |
| Hex | C1 | 92 | 5F | 0 | 18 | 33 | 18 | 1F | 2C | 38 |
| Octal | 301 | 222 | 137 | 0 | 30 | 63 | 30 | 37 | 54 | 70 |
| Binary | 11000001 | 10010010 | 1011111 | 0 | 11000 | 110011 | 11000 | 11111 | 101100 | 111000 |
Color Harmonies of #C1925F
Complementary color
Monochromatic Colors of #C1925F
Black with #C1925F
Text Example
Text Example
White with #C1925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1925F; }
p { color: rgb(193,146,95); }
H1.HeaderClassName
{
color: #C1925F;
}
.AnyTagClassName
{
color: #C1925F;
}
</style>
background-color css
<style>
a { background-color: #C1925F; }
a { background-color: rgb(193,146,95); }
div.DivClassName
{
background-color: #C1925F;
}
.BgClassName
{
background-color: #C1925F;
}
</style>
border-color css
<style>
span { border-color: #C1925F; }
span { border-color: rgb(193,146,95); }
td.TdClassName
{
border-color: #C1925F;
}
.TagClassName
{
border-color: #C1925F;
}
</style>