Shades of Twine #C2975C
Tints of Twine #C2975C
RGB
CMYK
RGB Variations
Color information
#C2975C (or 0xC2975C) is known color: Twine. HEX triplet: C2, 97 and 5C. RGB value is (194,151,92). Sum of RGB (Red+Green+Blue) = 194+151+92=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2975C is #3D68A3. Grayscale: #9D9D9D. Windows color (decimal): -4024484 or 6068162. OLE color: 6068162.
HSL color Cylindrical-coordinate representation of color #C2975C: hue angle of 34.71º 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 #C2975C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 92 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.24 |
| HSL | 34.71º | 0.46% | 0.56% | - |
| HSV(B) | 34.71º | 0.53% | 0.76% | - |
| XYZ | 35.25 | 34.38 | 14.9 | - |
| YUV | 157.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 92 | 0 | 0.22 | 0.53 | 0.24 | 34.71 | 0.46 | 0.56 |
| Hex | C2 | 97 | 5C | 0 | 16 | 35 | 18 | 23 | 2E | 38 |
| Octal | 302 | 227 | 134 | 0 | 26 | 65 | 30 | 43 | 56 | 70 |
| Binary | 11000010 | 10010111 | 1011100 | 0 | 10110 | 110101 | 11000 | 100011 | 101110 | 111000 |
Color Harmonies of #C2975C
Complementary color
Monochromatic Colors of #C2975C
Black with #C2975C
Text Example
Text Example
White with #C2975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2975C; }
p { color: rgb(194,151,92); }
H1.HeaderClassName
{
color: #C2975C;
}
.AnyTagClassName
{
color: #C2975C;
}
</style>
background-color css
<style>
a { background-color: #C2975C; }
a { background-color: rgb(194,151,92); }
div.DivClassName
{
background-color: #C2975C;
}
.BgClassName
{
background-color: #C2975C;
}
</style>
border-color css
<style>
span { border-color: #C2975C; }
span { border-color: rgb(194,151,92); }
td.TdClassName
{
border-color: #C2975C;
}
.TagClassName
{
border-color: #C2975C;
}
</style>