Shades of Twine #C2965D
Tints of Twine #C2965D
RGB
CMYK
RGB Variations
Color information
#C2965D (or 0xC2965D) is known color: Twine. HEX triplet: C2, 96 and 5D. RGB value is (194,150,93). Sum of RGB (Red+Green+Blue) = 194+150+93=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2965D is #3D69A2. Grayscale: #9C9C9C. Windows color (decimal): -4024739 or 6133442. OLE color: 6133442.
HSL color Cylindrical-coordinate representation of color #C2965D: hue angle of 33.86º 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 #C2965D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 93 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 33.86º | 0.45% | 0.56% | - |
| HSV(B) | 33.86º | 0.52% | 0.76% | - |
| XYZ | 35.13 | 34.07 | 15.08 | - |
| YUV | 156.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 93 | 0 | 0.23 | 0.52 | 0.24 | 33.86 | 0.45 | 0.56 |
| Hex | C2 | 96 | 5D | 0 | 17 | 34 | 18 | 22 | 2D | 38 |
| Octal | 302 | 226 | 135 | 0 | 27 | 64 | 30 | 42 | 55 | 70 |
| Binary | 11000010 | 10010110 | 1011101 | 0 | 10111 | 110100 | 11000 | 100010 | 101101 | 111000 |
Color Harmonies of #C2965D
Complementary color
Monochromatic Colors of #C2965D
Black with #C2965D
Text Example
Text Example
White with #C2965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2965D; }
p { color: rgb(194,150,93); }
H1.HeaderClassName
{
color: #C2965D;
}
.AnyTagClassName
{
color: #C2965D;
}
</style>
background-color css
<style>
a { background-color: #C2965D; }
a { background-color: rgb(194,150,93); }
div.DivClassName
{
background-color: #C2965D;
}
.BgClassName
{
background-color: #C2965D;
}
</style>
border-color css
<style>
span { border-color: #C2965D; }
span { border-color: rgb(194,150,93); }
td.TdClassName
{
border-color: #C2965D;
}
.TagClassName
{
border-color: #C2965D;
}
</style>