Shades of Twine #C58C5C
Tints of Twine #C58C5C
RGB
CMYK
RGB Variations
Color information
#C58C5C (or 0xC58C5C) is known color: Twine. HEX triplet: C5, 8C and 5C. RGB value is (197,140,92). Sum of RGB (Red+Green+Blue) = 197+140+92=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C5C is #3A73A3. Grayscale: #979797. Windows color (decimal): -3830692 or 6065349. OLE color: 6065349.
HSL color Cylindrical-coordinate representation of color #C58C5C: hue angle of 27.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C58C5C is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 92 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.23 |
| HSL | 27.43º | 0.48% | 0.57% | - |
| HSV(B) | 27.43º | 0.53% | 0.77% | - |
| XYZ | 34.34 | 31.4 | 14.38 | - |
| YUV | 151.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 92 | 0 | 0.29 | 0.53 | 0.23 | 27.43 | 0.48 | 0.57 |
| Hex | C5 | 8C | 5C | 0 | 1D | 35 | 17 | 1B | 30 | 39 |
| Octal | 305 | 214 | 134 | 0 | 35 | 65 | 27 | 33 | 60 | 71 |
| Binary | 11000101 | 10001100 | 1011100 | 0 | 11101 | 110101 | 10111 | 11011 | 110000 | 111001 |
Color Harmonies of #C58C5C
Complementary color
Monochromatic Colors of #C58C5C
Black with #C58C5C
Text Example
Text Example
White with #C58C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C5C; }
p { color: rgb(197,140,92); }
H1.HeaderClassName
{
color: #C58C5C;
}
.AnyTagClassName
{
color: #C58C5C;
}
</style>
background-color css
<style>
a { background-color: #C58C5C; }
a { background-color: rgb(197,140,92); }
div.DivClassName
{
background-color: #C58C5C;
}
.BgClassName
{
background-color: #C58C5C;
}
</style>
border-color css
<style>
span { border-color: #C58C5C; }
span { border-color: rgb(197,140,92); }
td.TdClassName
{
border-color: #C58C5C;
}
.TagClassName
{
border-color: #C58C5C;
}
</style>