Shades of Twine #C2955B
Tints of Twine #C2955B
RGB
CMYK
RGB Variations
Color information
#C2955B (or 0xC2955B) is known color: Twine. HEX triplet: C2, 95 and 5B. RGB value is (194,149,91). Sum of RGB (Red+Green+Blue) = 194+149+91=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2955B is #3D6AA4. Grayscale: #9C9C9C. Windows color (decimal): -4024997 or 6002114. OLE color: 6002114.
HSL color Cylindrical-coordinate representation of color #C2955B: hue angle of 33.79º 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 #C2955B is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 91 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.24 |
| HSL | 33.79º | 0.46% | 0.56% | - |
| HSV(B) | 33.79º | 0.53% | 0.76% | - |
| XYZ | 34.88 | 33.72 | 14.57 | - |
| YUV | 155.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 91 | 0 | 0.23 | 0.53 | 0.24 | 33.79 | 0.46 | 0.56 |
| Hex | C2 | 95 | 5B | 0 | 17 | 35 | 18 | 22 | 2E | 38 |
| Octal | 302 | 225 | 133 | 0 | 27 | 65 | 30 | 42 | 56 | 70 |
| Binary | 11000010 | 10010101 | 1011011 | 0 | 10111 | 110101 | 11000 | 100010 | 101110 | 111000 |
Color Harmonies of #C2955B
Complementary color
Monochromatic Colors of #C2955B
Black with #C2955B
Text Example
Text Example
White with #C2955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2955B; }
p { color: rgb(194,149,91); }
H1.HeaderClassName
{
color: #C2955B;
}
.AnyTagClassName
{
color: #C2955B;
}
</style>
background-color css
<style>
a { background-color: #C2955B; }
a { background-color: rgb(194,149,91); }
div.DivClassName
{
background-color: #C2955B;
}
.BgClassName
{
background-color: #C2955B;
}
</style>
border-color css
<style>
span { border-color: #C2955B; }
span { border-color: rgb(194,149,91); }
td.TdClassName
{
border-color: #C2955B;
}
.TagClassName
{
border-color: #C2955B;
}
</style>