Shades of Twine #C2885A
Tints of Twine #C2885A
RGB
CMYK
RGB Variations
Color information
#C2885A (or 0xC2885A) is known color: Twine. HEX triplet: C2, 88 and 5A. RGB value is (194,136,90). Sum of RGB (Red+Green+Blue) = 194+136+90=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2885A is #3D77A5. Grayscale: #949494. Windows color (decimal): -4028326 or 5933250. OLE color: 5933250.
HSL color Cylindrical-coordinate representation of color #C2885A: hue angle of 26.54º 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 #C2885A is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 90 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.24 |
| HSL | 26.54º | 0.46% | 0.56% | - |
| HSV(B) | 26.54º | 0.54% | 0.76% | - |
| XYZ | 32.9 | 29.82 | 13.69 | - |
| YUV | 148.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 90 | 0 | 0.30 | 0.54 | 0.24 | 26.54 | 0.46 | 0.56 |
| Hex | C2 | 88 | 5A | 0 | 1E | 36 | 18 | 1B | 2E | 38 |
| Octal | 302 | 210 | 132 | 0 | 36 | 66 | 30 | 33 | 56 | 70 |
| Binary | 11000010 | 10001000 | 1011010 | 0 | 11110 | 110110 | 11000 | 11011 | 101110 | 111000 |
Color Harmonies of #C2885A
Complementary color
Monochromatic Colors of #C2885A
Black with #C2885A
Text Example
Text Example
White with #C2885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2885A; }
p { color: rgb(194,136,90); }
H1.HeaderClassName
{
color: #C2885A;
}
.AnyTagClassName
{
color: #C2885A;
}
</style>
background-color css
<style>
a { background-color: #C2885A; }
a { background-color: rgb(194,136,90); }
div.DivClassName
{
background-color: #C2885A;
}
.BgClassName
{
background-color: #C2885A;
}
</style>
border-color css
<style>
span { border-color: #C2885A; }
span { border-color: rgb(194,136,90); }
td.TdClassName
{
border-color: #C2885A;
}
.TagClassName
{
border-color: #C2885A;
}
</style>