Shades of Twine #C2925C
Tints of Twine #C2925C
RGB
CMYK
RGB Variations
Color information
#C2925C (or 0xC2925C) is known color: Twine. HEX triplet: C2, 92 and 5C. RGB value is (194,146,92). Sum of RGB (Red+Green+Blue) = 194+146+92=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2925C is #3D6DA3. Grayscale: #9A9A9A. Windows color (decimal): -4025764 or 6066882. OLE color: 6066882.
HSL color Cylindrical-coordinate representation of color #C2925C: hue angle of 31.76º 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 #C2925C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 92 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.24 |
| HSL | 31.76º | 0.46% | 0.56% | - |
| HSV(B) | 31.76º | 0.53% | 0.76% | - |
| XYZ | 34.46 | 32.8 | 14.64 | - |
| YUV | 154.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 92 | 0 | 0.25 | 0.53 | 0.24 | 31.76 | 0.46 | 0.56 |
| Hex | C2 | 92 | 5C | 0 | 19 | 35 | 18 | 20 | 2E | 38 |
| Octal | 302 | 222 | 134 | 0 | 31 | 65 | 30 | 40 | 56 | 70 |
| Binary | 11000010 | 10010010 | 1011100 | 0 | 11001 | 110101 | 11000 | 100000 | 101110 | 111000 |
Color Harmonies of #C2925C
Complementary color
Monochromatic Colors of #C2925C
Black with #C2925C
Text Example
Text Example
White with #C2925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2925C; }
p { color: rgb(194,146,92); }
H1.HeaderClassName
{
color: #C2925C;
}
.AnyTagClassName
{
color: #C2925C;
}
</style>
background-color css
<style>
a { background-color: #C2925C; }
a { background-color: rgb(194,146,92); }
div.DivClassName
{
background-color: #C2925C;
}
.BgClassName
{
background-color: #C2925C;
}
</style>
border-color css
<style>
span { border-color: #C2925C; }
span { border-color: rgb(194,146,92); }
td.TdClassName
{
border-color: #C2925C;
}
.TagClassName
{
border-color: #C2925C;
}
</style>