Shades of Twine #C18452
Tints of Twine #C18452
RGB
CMYK
RGB Variations
Color information
#C18452 (or 0xC18452) is known color: Twine. HEX triplet: C1, 84 and 52. RGB value is (193,132,82). Sum of RGB (Red+Green+Blue) = 193+132+82=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C18452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18452 is #3E7BAD. Grayscale: #909090. Windows color (decimal): -4094894 or 5407937. OLE color: 5407937.
HSL color Cylindrical-coordinate representation of color #C18452: hue angle of 27.03º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18452 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 82 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.24 |
| HSL | 27.03º | 0.47% | 0.54% | - |
| HSV(B) | 27.03º | 0.58% | 0.76% | - |
| XYZ | 31.77 | 28.45 | 11.8 | - |
| YUV | 144.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 82 | 0 | 0.32 | 0.58 | 0.24 | 27.03 | 0.47 | 0.54 |
| Hex | C1 | 84 | 52 | 0 | 20 | 3A | 18 | 1B | 2F | 36 |
| Octal | 301 | 204 | 122 | 0 | 40 | 72 | 30 | 33 | 57 | 66 |
| Binary | 11000001 | 10000100 | 1010010 | 0 | 100000 | 111010 | 11000 | 11011 | 101111 | 110110 |
Color Harmonies of #C18452
Complementary color
Monochromatic Colors of #C18452
Black with #C18452
Text Example
Text Example
White with #C18452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18452; }
p { color: rgb(193,132,82); }
H1.HeaderClassName
{
color: #C18452;
}
.AnyTagClassName
{
color: #C18452;
}
</style>
background-color css
<style>
a { background-color: #C18452; }
a { background-color: rgb(193,132,82); }
div.DivClassName
{
background-color: #C18452;
}
.BgClassName
{
background-color: #C18452;
}
</style>
border-color css
<style>
span { border-color: #C18452; }
span { border-color: rgb(193,132,82); }
td.TdClassName
{
border-color: #C18452;
}
.TagClassName
{
border-color: #C18452;
}
</style>