Shades of Twine #C2915C
Tints of Twine #C2915C
RGB
CMYK
RGB Variations
Color information
#C2915C (or 0xC2915C) is known color: Twine. HEX triplet: C2, 91 and 5C. RGB value is (194,145,92). Sum of RGB (Red+Green+Blue) = 194+145+92=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2915C is #3D6EA3. Grayscale: #999999. Windows color (decimal): -4026020 or 6066626. OLE color: 6066626.
HSL color Cylindrical-coordinate representation of color #C2915C: hue angle of 31.18º 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 #C2915C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 92 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.24 |
| HSL | 31.18º | 0.46% | 0.56% | - |
| HSV(B) | 31.18º | 0.53% | 0.76% | - |
| XYZ | 34.31 | 32.49 | 14.59 | - |
| YUV | 153.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 92 | 0 | 0.25 | 0.53 | 0.24 | 31.18 | 0.46 | 0.56 |
| Hex | C2 | 91 | 5C | 0 | 19 | 35 | 18 | 1F | 2E | 38 |
| Octal | 302 | 221 | 134 | 0 | 31 | 65 | 30 | 37 | 56 | 70 |
| Binary | 11000010 | 10010001 | 1011100 | 0 | 11001 | 110101 | 11000 | 11111 | 101110 | 111000 |
Color Harmonies of #C2915C
Complementary color
Monochromatic Colors of #C2915C
Black with #C2915C
Text Example
Text Example
White with #C2915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2915C; }
p { color: rgb(194,145,92); }
H1.HeaderClassName
{
color: #C2915C;
}
.AnyTagClassName
{
color: #C2915C;
}
</style>
background-color css
<style>
a { background-color: #C2915C; }
a { background-color: rgb(194,145,92); }
div.DivClassName
{
background-color: #C2915C;
}
.BgClassName
{
background-color: #C2915C;
}
</style>
border-color css
<style>
span { border-color: #C2915C; }
span { border-color: rgb(194,145,92); }
td.TdClassName
{
border-color: #C2915C;
}
.TagClassName
{
border-color: #C2915C;
}
</style>