Shades of Twine #C18258
Tints of Twine #C18258
RGB
CMYK
RGB Variations
Color information
#C18258 (or 0xC18258) is known color: Twine. HEX triplet: C1, 82 and 58. RGB value is (193,130,88). Sum of RGB (Red+Green+Blue) = 193+130+88=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C18258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18258 is #3E7DA7. Grayscale: #909090. Windows color (decimal): -4095400 or 5800641. OLE color: 5800641.
HSL color Cylindrical-coordinate representation of color #C18258: hue angle of 24º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18258 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 88 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.24 |
| HSL | 24º | 0.46% | 0.55% | - |
| HSV(B) | 24º | 0.54% | 0.76% | - |
| XYZ | 31.74 | 28.01 | 12.97 | - |
| YUV | 144.05 | 96.37 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 88 | 0 | 0.33 | 0.54 | 0.24 | 24 | 0.46 | 0.55 |
| Hex | C1 | 82 | 58 | 0 | 21 | 36 | 18 | 18 | 2E | 37 |
| Octal | 301 | 202 | 130 | 0 | 41 | 66 | 30 | 30 | 56 | 67 |
| Binary | 11000001 | 10000010 | 1011000 | 0 | 100001 | 110110 | 11000 | 11000 | 101110 | 110111 |
Color Harmonies of #C18258
Complementary color
Monochromatic Colors of #C18258
Black with #C18258
Text Example
Text Example
White with #C18258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18258; }
p { color: rgb(193,130,88); }
H1.HeaderClassName
{
color: #C18258;
}
.AnyTagClassName
{
color: #C18258;
}
</style>
background-color css
<style>
a { background-color: #C18258; }
a { background-color: rgb(193,130,88); }
div.DivClassName
{
background-color: #C18258;
}
.BgClassName
{
background-color: #C18258;
}
</style>
border-color css
<style>
span { border-color: #C18258; }
span { border-color: rgb(193,130,88); }
td.TdClassName
{
border-color: #C18258;
}
.TagClassName
{
border-color: #C18258;
}
</style>