Shades of Twine #C2985B
Tints of Twine #C2985B
RGB
CMYK
RGB Variations
Color information
#C2985B (or 0xC2985B) is known color: Twine. HEX triplet: C2, 98 and 5B. RGB value is (194,152,91). Sum of RGB (Red+Green+Blue) = 194+152+91=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2985B is #3D67A4. Grayscale: #9D9D9D. Windows color (decimal): -4024229 or 6002882. OLE color: 6002882.
HSL color Cylindrical-coordinate representation of color #C2985B: hue angle of 35.53º 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 #C2985B is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 91 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.24 |
| HSL | 35.53º | 0.46% | 0.56% | - |
| HSV(B) | 35.53º | 0.53% | 0.76% | - |
| XYZ | 35.36 | 34.68 | 14.73 | - |
| YUV | 157.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 91 | 0 | 0.22 | 0.53 | 0.24 | 35.53 | 0.46 | 0.56 |
| Hex | C2 | 98 | 5B | 0 | 16 | 35 | 18 | 24 | 2E | 38 |
| Octal | 302 | 230 | 133 | 0 | 26 | 65 | 30 | 44 | 56 | 70 |
| Binary | 11000010 | 10011000 | 1011011 | 0 | 10110 | 110101 | 11000 | 100100 | 101110 | 111000 |
Color Harmonies of #C2985B
Complementary color
Monochromatic Colors of #C2985B
Black with #C2985B
Text Example
Text Example
White with #C2985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2985B; }
p { color: rgb(194,152,91); }
H1.HeaderClassName
{
color: #C2985B;
}
.AnyTagClassName
{
color: #C2985B;
}
</style>
background-color css
<style>
a { background-color: #C2985B; }
a { background-color: rgb(194,152,91); }
div.DivClassName
{
background-color: #C2985B;
}
.BgClassName
{
background-color: #C2985B;
}
</style>
border-color css
<style>
span { border-color: #C2985B; }
span { border-color: rgb(194,152,91); }
td.TdClassName
{
border-color: #C2985B;
}
.TagClassName
{
border-color: #C2985B;
}
</style>