Shades of Twine #C2905D
Tints of Twine #C2905D
RGB
CMYK
RGB Variations
Color information
#C2905D (or 0xC2905D) is known color: Twine. HEX triplet: C2, 90 and 5D. RGB value is (194,144,93). Sum of RGB (Red+Green+Blue) = 194+144+93=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2905D is #3D6FA2. Grayscale: #999999. Windows color (decimal): -4026275 or 6131906. OLE color: 6131906.
HSL color Cylindrical-coordinate representation of color #C2905D: hue angle of 30.3º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2905D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 93 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.24 |
| HSL | 30.3º | 0.45% | 0.56% | - |
| HSV(B) | 30.3º | 0.52% | 0.76% | - |
| XYZ | 34.2 | 32.21 | 14.77 | - |
| YUV | 153.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 93 | 0 | 0.26 | 0.52 | 0.24 | 30.3 | 0.45 | 0.56 |
| Hex | C2 | 90 | 5D | 0 | 1A | 34 | 18 | 1E | 2D | 38 |
| Octal | 302 | 220 | 135 | 0 | 32 | 64 | 30 | 36 | 55 | 70 |
| Binary | 11000010 | 10010000 | 1011101 | 0 | 11010 | 110100 | 11000 | 11110 | 101101 | 111000 |
Color Harmonies of #C2905D
Complementary color
Monochromatic Colors of #C2905D
Black with #C2905D
Text Example
Text Example
White with #C2905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2905D; }
p { color: rgb(194,144,93); }
H1.HeaderClassName
{
color: #C2905D;
}
.AnyTagClassName
{
color: #C2905D;
}
</style>
background-color css
<style>
a { background-color: #C2905D; }
a { background-color: rgb(194,144,93); }
div.DivClassName
{
background-color: #C2905D;
}
.BgClassName
{
background-color: #C2905D;
}
</style>
border-color css
<style>
span { border-color: #C2905D; }
span { border-color: rgb(194,144,93); }
td.TdClassName
{
border-color: #C2905D;
}
.TagClassName
{
border-color: #C2905D;
}
</style>