Shades of Twine #C2915A
Tints of Twine #C2915A
RGB
CMYK
RGB Variations
Color information
#C2915A (or 0xC2915A) is known color: Twine. HEX triplet: C2, 91 and 5A. RGB value is (194,145,90). Sum of RGB (Red+Green+Blue) = 194+145+90=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2915A is #3D6EA5. Grayscale: #999999. Windows color (decimal): -4026022 or 5935554. OLE color: 5935554.
HSL color Cylindrical-coordinate representation of color #C2915A: hue angle of 31.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2915A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 90 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.24 |
| HSL | 31.73º | 0.46% | 0.56% | - |
| HSV(B) | 31.73º | 0.54% | 0.76% | - |
| XYZ | 34.22 | 32.46 | 14.13 | - |
| YUV | 153.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 90 | 0 | 0.25 | 0.54 | 0.24 | 31.73 | 0.46 | 0.56 |
| Hex | C2 | 91 | 5A | 0 | 19 | 36 | 18 | 20 | 2E | 38 |
| Octal | 302 | 221 | 132 | 0 | 31 | 66 | 30 | 40 | 56 | 70 |
| Binary | 11000010 | 10010001 | 1011010 | 0 | 11001 | 110110 | 11000 | 100000 | 101110 | 111000 |
Color Harmonies of #C2915A
Complementary color
Monochromatic Colors of #C2915A
Black with #C2915A
Text Example
Text Example
White with #C2915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2915A; }
p { color: rgb(194,145,90); }
H1.HeaderClassName
{
color: #C2915A;
}
.AnyTagClassName
{
color: #C2915A;
}
</style>
background-color css
<style>
a { background-color: #C2915A; }
a { background-color: rgb(194,145,90); }
div.DivClassName
{
background-color: #C2915A;
}
.BgClassName
{
background-color: #C2915A;
}
</style>
border-color css
<style>
span { border-color: #C2915A; }
span { border-color: rgb(194,145,90); }
td.TdClassName
{
border-color: #C2915A;
}
.TagClassName
{
border-color: #C2915A;
}
</style>