Shades of Twine #C2955E
Tints of Twine #C2955E
RGB
CMYK
RGB Variations
Color information
#C2955E (or 0xC2955E) is known color: Twine. HEX triplet: C2, 95 and 5E. RGB value is (194,149,94). Sum of RGB (Red+Green+Blue) = 194+149+94=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2955E is #3D6AA1. Grayscale: #9C9C9C. Windows color (decimal): -4024994 or 6198722. OLE color: 6198722.
HSL color Cylindrical-coordinate representation of color #C2955E: hue angle of 33º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2955E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 94 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 33º | 0.45% | 0.56% | - |
| HSV(B) | 33º | 0.52% | 0.76% | - |
| XYZ | 35.02 | 33.77 | 15.26 | - |
| YUV | 156.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 94 | 0 | 0.23 | 0.52 | 0.24 | 33 | 0.45 | 0.56 |
| Hex | C2 | 95 | 5E | 0 | 17 | 34 | 18 | 21 | 2D | 38 |
| Octal | 302 | 225 | 136 | 0 | 27 | 64 | 30 | 41 | 55 | 70 |
| Binary | 11000010 | 10010101 | 1011110 | 0 | 10111 | 110100 | 11000 | 100001 | 101101 | 111000 |
Color Harmonies of #C2955E
Complementary color
Monochromatic Colors of #C2955E
Black with #C2955E
Text Example
Text Example
White with #C2955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2955E; }
p { color: rgb(194,149,94); }
H1.HeaderClassName
{
color: #C2955E;
}
.AnyTagClassName
{
color: #C2955E;
}
</style>
background-color css
<style>
a { background-color: #C2955E; }
a { background-color: rgb(194,149,94); }
div.DivClassName
{
background-color: #C2955E;
}
.BgClassName
{
background-color: #C2955E;
}
</style>
border-color css
<style>
span { border-color: #C2955E; }
span { border-color: rgb(194,149,94); }
td.TdClassName
{
border-color: #C2955E;
}
.TagClassName
{
border-color: #C2955E;
}
</style>