Shades of Twine #C2945B
Tints of Twine #C2945B
RGB
CMYK
RGB Variations
Color information
#C2945B (or 0xC2945B) is known color: Twine. HEX triplet: C2, 94 and 5B. RGB value is (194,148,91). Sum of RGB (Red+Green+Blue) = 194+148+91=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2945B is #3D6BA4. Grayscale: #9B9B9B. Windows color (decimal): -4025253 or 6001858. OLE color: 6001858.
HSL color Cylindrical-coordinate representation of color #C2945B: hue angle of 33.2º 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 #C2945B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 91 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.24 |
| HSL | 33.2º | 0.46% | 0.56% | - |
| HSV(B) | 33.2º | 0.53% | 0.76% | - |
| XYZ | 34.73 | 33.4 | 14.51 | - |
| YUV | 155.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 91 | 0 | 0.24 | 0.53 | 0.24 | 33.2 | 0.46 | 0.56 |
| Hex | C2 | 94 | 5B | 0 | 18 | 35 | 18 | 21 | 2E | 38 |
| Octal | 302 | 224 | 133 | 0 | 30 | 65 | 30 | 41 | 56 | 70 |
| Binary | 11000010 | 10010100 | 1011011 | 0 | 11000 | 110101 | 11000 | 100001 | 101110 | 111000 |
Color Harmonies of #C2945B
Complementary color
Monochromatic Colors of #C2945B
Black with #C2945B
Text Example
Text Example
White with #C2945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2945B; }
p { color: rgb(194,148,91); }
H1.HeaderClassName
{
color: #C2945B;
}
.AnyTagClassName
{
color: #C2945B;
}
</style>
background-color css
<style>
a { background-color: #C2945B; }
a { background-color: rgb(194,148,91); }
div.DivClassName
{
background-color: #C2945B;
}
.BgClassName
{
background-color: #C2945B;
}
</style>
border-color css
<style>
span { border-color: #C2945B; }
span { border-color: rgb(194,148,91); }
td.TdClassName
{
border-color: #C2945B;
}
.TagClassName
{
border-color: #C2945B;
}
</style>