Shades of Twine #C2965A
Tints of Twine #C2965A
RGB
CMYK
RGB Variations
Color information
#C2965A (or 0xC2965A) is known color: Twine. HEX triplet: C2, 96 and 5A. RGB value is (194,150,90). Sum of RGB (Red+Green+Blue) = 194+150+90=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2965A is #3D69A5. Grayscale: #9C9C9C. Windows color (decimal): -4024742 or 5936834. OLE color: 5936834.
HSL color Cylindrical-coordinate representation of color #C2965A: hue angle of 34.62º 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 #C2965A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 90 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.24 |
| HSL | 34.62º | 0.46% | 0.56% | - |
| HSV(B) | 34.62º | 0.54% | 0.76% | - |
| XYZ | 35 | 34.02 | 14.39 | - |
| YUV | 156.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 90 | 0 | 0.23 | 0.54 | 0.24 | 34.62 | 0.46 | 0.56 |
| Hex | C2 | 96 | 5A | 0 | 17 | 36 | 18 | 23 | 2E | 38 |
| Octal | 302 | 226 | 132 | 0 | 27 | 66 | 30 | 43 | 56 | 70 |
| Binary | 11000010 | 10010110 | 1011010 | 0 | 10111 | 110110 | 11000 | 100011 | 101110 | 111000 |
Color Harmonies of #C2965A
Complementary color
Monochromatic Colors of #C2965A
Black with #C2965A
Text Example
Text Example
White with #C2965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2965A; }
p { color: rgb(194,150,90); }
H1.HeaderClassName
{
color: #C2965A;
}
.AnyTagClassName
{
color: #C2965A;
}
</style>
background-color css
<style>
a { background-color: #C2965A; }
a { background-color: rgb(194,150,90); }
div.DivClassName
{
background-color: #C2965A;
}
.BgClassName
{
background-color: #C2965A;
}
</style>
border-color css
<style>
span { border-color: #C2965A; }
span { border-color: rgb(194,150,90); }
td.TdClassName
{
border-color: #C2965A;
}
.TagClassName
{
border-color: #C2965A;
}
</style>