Shades of Twine #C1975A
Tints of Twine #C1975A
RGB
CMYK
RGB Variations
Color information
#C1975A (or 0xC1975A) is known color: Twine. HEX triplet: C1, 97 and 5A. RGB value is (193,151,90). Sum of RGB (Red+Green+Blue) = 193+151+90=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1975A is #3E68A5. Grayscale: #9C9C9C. Windows color (decimal): -4090022 or 5937089. OLE color: 5937089.
HSL color Cylindrical-coordinate representation of color #C1975A: hue angle of 35.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1975A is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 90 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.24 |
| HSL | 35.53º | 0.45% | 0.55% | - |
| HSV(B) | 35.53º | 0.53% | 0.76% | - |
| XYZ | 34.9 | 34.21 | 14.44 | - |
| YUV | 156.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 90 | 0 | 0.22 | 0.53 | 0.24 | 35.53 | 0.45 | 0.55 |
| Hex | C1 | 97 | 5A | 0 | 16 | 35 | 18 | 24 | 2D | 37 |
| Octal | 301 | 227 | 132 | 0 | 26 | 65 | 30 | 44 | 55 | 67 |
| Binary | 11000001 | 10010111 | 1011010 | 0 | 10110 | 110101 | 11000 | 100100 | 101101 | 110111 |
Color Harmonies of #C1975A
Complementary color
Monochromatic Colors of #C1975A
Black with #C1975A
Text Example
Text Example
White with #C1975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1975A; }
p { color: rgb(193,151,90); }
H1.HeaderClassName
{
color: #C1975A;
}
.AnyTagClassName
{
color: #C1975A;
}
</style>
background-color css
<style>
a { background-color: #C1975A; }
a { background-color: rgb(193,151,90); }
div.DivClassName
{
background-color: #C1975A;
}
.BgClassName
{
background-color: #C1975A;
}
</style>
border-color css
<style>
span { border-color: #C1975A; }
span { border-color: rgb(193,151,90); }
td.TdClassName
{
border-color: #C1975A;
}
.TagClassName
{
border-color: #C1975A;
}
</style>