Shades of Twine #C2845A
Tints of Twine #C2845A
RGB
CMYK
RGB Variations
Color information
#C2845A (or 0xC2845A) is known color: Twine. HEX triplet: C2, 84 and 5A. RGB value is (194,132,90). Sum of RGB (Red+Green+Blue) = 194+132+90=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845A is #3D7BA5. Grayscale: #919191. Windows color (decimal): -4029350 or 5932226. OLE color: 5932226.
HSL color Cylindrical-coordinate representation of color #C2845A: hue angle of 24.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2845A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 90 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.24 |
| HSL | 24.23º | 0.46% | 0.56% | - |
| HSV(B) | 24.23º | 0.54% | 0.76% | - |
| XYZ | 32.34 | 28.71 | 13.51 | - |
| YUV | 145.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 90 | 0 | 0.32 | 0.54 | 0.24 | 24.23 | 0.46 | 0.56 |
| Hex | C2 | 84 | 5A | 0 | 20 | 36 | 18 | 18 | 2E | 38 |
| Octal | 302 | 204 | 132 | 0 | 40 | 66 | 30 | 30 | 56 | 70 |
| Binary | 11000010 | 10000100 | 1011010 | 0 | 100000 | 110110 | 11000 | 11000 | 101110 | 111000 |
Color Harmonies of #C2845A
Complementary color
Monochromatic Colors of #C2845A
Black with #C2845A
Text Example
Text Example
White with #C2845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2845A; }
p { color: rgb(194,132,90); }
H1.HeaderClassName
{
color: #C2845A;
}
.AnyTagClassName
{
color: #C2845A;
}
</style>
background-color css
<style>
a { background-color: #C2845A; }
a { background-color: rgb(194,132,90); }
div.DivClassName
{
background-color: #C2845A;
}
.BgClassName
{
background-color: #C2845A;
}
</style>
border-color css
<style>
span { border-color: #C2845A; }
span { border-color: rgb(194,132,90); }
td.TdClassName
{
border-color: #C2845A;
}
.TagClassName
{
border-color: #C2845A;
}
</style>