Shades of Twine #C2975A
Tints of Twine #C2975A
RGB
CMYK
RGB Variations
Color information
#C2975A (or 0xC2975A) is known color: Twine. HEX triplet: C2, 97 and 5A. RGB value is (194,151,90). Sum of RGB (Red+Green+Blue) = 194+151+90=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2975A is #3D68A5. Grayscale: #9D9D9D. Windows color (decimal): -4024486 or 5937090. OLE color: 5937090.
HSL color Cylindrical-coordinate representation of color #C2975A: hue angle of 35.19º 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 #C2975A is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 90 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.24 |
| HSL | 35.19º | 0.46% | 0.56% | - |
| HSV(B) | 35.19º | 0.54% | 0.76% | - |
| XYZ | 35.16 | 34.34 | 14.45 | - |
| YUV | 156.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 90 | 0 | 0.22 | 0.54 | 0.24 | 35.19 | 0.46 | 0.56 |
| Hex | C2 | 97 | 5A | 0 | 16 | 36 | 18 | 23 | 2E | 38 |
| Octal | 302 | 227 | 132 | 0 | 26 | 66 | 30 | 43 | 56 | 70 |
| Binary | 11000010 | 10010111 | 1011010 | 0 | 10110 | 110110 | 11000 | 100011 | 101110 | 111000 |
Color Harmonies of #C2975A
Complementary color
Monochromatic Colors of #C2975A
Black with #C2975A
Text Example
Text Example
White with #C2975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2975A; }
p { color: rgb(194,151,90); }
H1.HeaderClassName
{
color: #C2975A;
}
.AnyTagClassName
{
color: #C2975A;
}
</style>
background-color css
<style>
a { background-color: #C2975A; }
a { background-color: rgb(194,151,90); }
div.DivClassName
{
background-color: #C2975A;
}
.BgClassName
{
background-color: #C2975A;
}
</style>
border-color css
<style>
span { border-color: #C2975A; }
span { border-color: rgb(194,151,90); }
td.TdClassName
{
border-color: #C2975A;
}
.TagClassName
{
border-color: #C2975A;
}
</style>