Shades of Twine #C2955C
Tints of Twine #C2955C
RGB
CMYK
RGB Variations
Color information
#C2955C (or 0xC2955C) is known color: Twine. HEX triplet: C2, 95 and 5C. RGB value is (194,149,92). Sum of RGB (Red+Green+Blue) = 194+149+92=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2955C is #3D6AA3. Grayscale: #9C9C9C. Windows color (decimal): -4024996 or 6067650. OLE color: 6067650.
HSL color Cylindrical-coordinate representation of color #C2955C: hue angle of 33.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 #C2955C is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 92 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.24 |
| HSL | 33.53º | 0.46% | 0.56% | - |
| HSV(B) | 33.53º | 0.53% | 0.76% | - |
| XYZ | 34.93 | 33.74 | 14.8 | - |
| YUV | 155.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 92 | 0 | 0.23 | 0.53 | 0.24 | 33.53 | 0.46 | 0.56 |
| Hex | C2 | 95 | 5C | 0 | 17 | 35 | 18 | 22 | 2E | 38 |
| Octal | 302 | 225 | 134 | 0 | 27 | 65 | 30 | 42 | 56 | 70 |
| Binary | 11000010 | 10010101 | 1011100 | 0 | 10111 | 110101 | 11000 | 100010 | 101110 | 111000 |
Color Harmonies of #C2955C
Complementary color
Monochromatic Colors of #C2955C
Black with #C2955C
Text Example
Text Example
White with #C2955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2955C; }
p { color: rgb(194,149,92); }
H1.HeaderClassName
{
color: #C2955C;
}
.AnyTagClassName
{
color: #C2955C;
}
</style>
background-color css
<style>
a { background-color: #C2955C; }
a { background-color: rgb(194,149,92); }
div.DivClassName
{
background-color: #C2955C;
}
.BgClassName
{
background-color: #C2955C;
}
</style>
border-color css
<style>
span { border-color: #C2955C; }
span { border-color: rgb(194,149,92); }
td.TdClassName
{
border-color: #C2955C;
}
.TagClassName
{
border-color: #C2955C;
}
</style>