Shades of Twine #C2935A
Tints of Twine #C2935A
RGB
CMYK
RGB Variations
Color information
#C2935A (or 0xC2935A) is known color: Twine. HEX triplet: C2, 93 and 5A. RGB value is (194,147,90). Sum of RGB (Red+Green+Blue) = 194+147+90=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2935A is #3D6CA5. Grayscale: #9A9A9A. Windows color (decimal): -4025510 or 5936066. OLE color: 5936066.
HSL color Cylindrical-coordinate representation of color #C2935A: hue angle of 32.88º 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 #C2935A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 90 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.24 |
| HSL | 32.88º | 0.46% | 0.56% | - |
| HSV(B) | 32.88º | 0.54% | 0.76% | - |
| XYZ | 34.53 | 33.07 | 14.24 | - |
| YUV | 154.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 90 | 0 | 0.24 | 0.54 | 0.24 | 32.88 | 0.46 | 0.56 |
| Hex | C2 | 93 | 5A | 0 | 18 | 36 | 18 | 21 | 2E | 38 |
| Octal | 302 | 223 | 132 | 0 | 30 | 66 | 30 | 41 | 56 | 70 |
| Binary | 11000010 | 10010011 | 1011010 | 0 | 11000 | 110110 | 11000 | 100001 | 101110 | 111000 |
Color Harmonies of #C2935A
Complementary color
Monochromatic Colors of #C2935A
Black with #C2935A
Text Example
Text Example
White with #C2935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2935A; }
p { color: rgb(194,147,90); }
H1.HeaderClassName
{
color: #C2935A;
}
.AnyTagClassName
{
color: #C2935A;
}
</style>
background-color css
<style>
a { background-color: #C2935A; }
a { background-color: rgb(194,147,90); }
div.DivClassName
{
background-color: #C2935A;
}
.BgClassName
{
background-color: #C2935A;
}
</style>
border-color css
<style>
span { border-color: #C2935A; }
span { border-color: rgb(194,147,90); }
td.TdClassName
{
border-color: #C2935A;
}
.TagClassName
{
border-color: #C2935A;
}
</style>