Shades of Twine #C2955F
Tints of Twine #C2955F
RGB
CMYK
RGB Variations
Color information
#C2955F (or 0xC2955F) is known color: Twine. HEX triplet: C2, 95 and 5F. RGB value is (194,149,95). Sum of RGB (Red+Green+Blue) = 194+149+95=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2955F is #3D6AA0. Grayscale: #9C9C9C. Windows color (decimal): -4024993 or 6264258. OLE color: 6264258.
HSL color Cylindrical-coordinate representation of color #C2955F: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2955F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 95 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.24 |
| HSL | 32.73º | 0.45% | 0.57% | - |
| HSV(B) | 32.73º | 0.51% | 0.76% | - |
| XYZ | 35.06 | 33.79 | 15.5 | - |
| YUV | 156.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 95 | 0 | 0.23 | 0.51 | 0.24 | 32.73 | 0.45 | 0.57 |
| Hex | C2 | 95 | 5F | 0 | 17 | 33 | 18 | 21 | 2D | 39 |
| Octal | 302 | 225 | 137 | 0 | 27 | 63 | 30 | 41 | 55 | 71 |
| Binary | 11000010 | 10010101 | 1011111 | 0 | 10111 | 110011 | 11000 | 100001 | 101101 | 111001 |
Color Harmonies of #C2955F
Complementary color
Monochromatic Colors of #C2955F
Black with #C2955F
Text Example
Text Example
White with #C2955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2955F; }
p { color: rgb(194,149,95); }
H1.HeaderClassName
{
color: #C2955F;
}
.AnyTagClassName
{
color: #C2955F;
}
</style>
background-color css
<style>
a { background-color: #C2955F; }
a { background-color: rgb(194,149,95); }
div.DivClassName
{
background-color: #C2955F;
}
.BgClassName
{
background-color: #C2955F;
}
</style>
border-color css
<style>
span { border-color: #C2955F; }
span { border-color: rgb(194,149,95); }
td.TdClassName
{
border-color: #C2955F;
}
.TagClassName
{
border-color: #C2955F;
}
</style>