Shades of Twine #C2955D
Tints of Twine #C2955D
RGB
CMYK
RGB Variations
Color information
#C2955D (or 0xC2955D) is known color: Twine. HEX triplet: C2, 95 and 5D. RGB value is (194,149,93). Sum of RGB (Red+Green+Blue) = 194+149+93=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2955D is #3D6AA2. Grayscale: #9C9C9C. Windows color (decimal): -4024995 or 6133186. OLE color: 6133186.
HSL color Cylindrical-coordinate representation of color #C2955D: hue angle of 33.27º 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 #C2955D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 93 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.24 |
| HSL | 33.27º | 0.45% | 0.56% | - |
| HSV(B) | 33.27º | 0.52% | 0.76% | - |
| XYZ | 34.97 | 33.75 | 15.03 | - |
| YUV | 156.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 93 | 0 | 0.23 | 0.52 | 0.24 | 33.27 | 0.45 | 0.56 |
| Hex | C2 | 95 | 5D | 0 | 17 | 34 | 18 | 21 | 2D | 38 |
| Octal | 302 | 225 | 135 | 0 | 27 | 64 | 30 | 41 | 55 | 70 |
| Binary | 11000010 | 10010101 | 1011101 | 0 | 10111 | 110100 | 11000 | 100001 | 101101 | 111000 |
Color Harmonies of #C2955D
Complementary color
Monochromatic Colors of #C2955D
Black with #C2955D
Text Example
Text Example
White with #C2955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2955D; }
p { color: rgb(194,149,93); }
H1.HeaderClassName
{
color: #C2955D;
}
.AnyTagClassName
{
color: #C2955D;
}
</style>
background-color css
<style>
a { background-color: #C2955D; }
a { background-color: rgb(194,149,93); }
div.DivClassName
{
background-color: #C2955D;
}
.BgClassName
{
background-color: #C2955D;
}
</style>
border-color css
<style>
span { border-color: #C2955D; }
span { border-color: rgb(194,149,93); }
td.TdClassName
{
border-color: #C2955D;
}
.TagClassName
{
border-color: #C2955D;
}
</style>