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