Shades of Twine #C2885B
Tints of Twine #C2885B
RGB
CMYK
RGB Variations
Color information
#C2885B (or 0xC2885B) is known color: Twine. HEX triplet: C2, 88 and 5B. RGB value is (194,136,91). Sum of RGB (Red+Green+Blue) = 194+136+91=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2885B is #3D77A4. Grayscale: #949494. Windows color (decimal): -4028325 or 5998786. OLE color: 5998786.
HSL color Cylindrical-coordinate representation of color #C2885B: hue angle of 26.21º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2885B is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 91 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.24 |
| HSL | 26.21º | 0.46% | 0.56% | - |
| HSV(B) | 26.21º | 0.53% | 0.76% | - |
| XYZ | 32.94 | 29.83 | 13.92 | - |
| YUV | 148.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 91 | 0 | 0.30 | 0.53 | 0.24 | 26.21 | 0.46 | 0.56 |
| Hex | C2 | 88 | 5B | 0 | 1E | 35 | 18 | 1A | 2E | 38 |
| Octal | 302 | 210 | 133 | 0 | 36 | 65 | 30 | 32 | 56 | 70 |
| Binary | 11000010 | 10001000 | 1011011 | 0 | 11110 | 110101 | 11000 | 11010 | 101110 | 111000 |
Color Harmonies of #C2885B
Complementary color
Monochromatic Colors of #C2885B
Black with #C2885B
Text Example
Text Example
White with #C2885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2885B; }
p { color: rgb(194,136,91); }
H1.HeaderClassName
{
color: #C2885B;
}
.AnyTagClassName
{
color: #C2885B;
}
</style>
background-color css
<style>
a { background-color: #C2885B; }
a { background-color: rgb(194,136,91); }
div.DivClassName
{
background-color: #C2885B;
}
.BgClassName
{
background-color: #C2885B;
}
</style>
border-color css
<style>
span { border-color: #C2885B; }
span { border-color: rgb(194,136,91); }
td.TdClassName
{
border-color: #C2885B;
}
.TagClassName
{
border-color: #C2885B;
}
</style>