Shades of Twine #C58A5D
Tints of Twine #C58A5D
RGB
CMYK
RGB Variations
Color information
#C58A5D (or 0xC58A5D) is known color: Twine. HEX triplet: C5, 8A and 5D. RGB value is (197,138,93). Sum of RGB (Red+Green+Blue) = 197+138+93=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A5D is #3A75A2. Grayscale: #969696. Windows color (decimal): -3831203 or 6130373. OLE color: 6130373.
HSL color Cylindrical-coordinate representation of color #C58A5D: hue angle of 25.96º degrees, saturation: 0.47, 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 #C58A5D is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 93 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.23 |
| HSL | 25.96º | 0.47% | 0.57% | - |
| HSV(B) | 25.96º | 0.53% | 0.77% | - |
| XYZ | 34.09 | 30.84 | 14.51 | - |
| YUV | 150.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 93 | 0 | 0.30 | 0.53 | 0.23 | 25.96 | 0.47 | 0.57 |
| Hex | C5 | 8A | 5D | 0 | 1E | 35 | 17 | 1A | 2F | 39 |
| Octal | 305 | 212 | 135 | 0 | 36 | 65 | 27 | 32 | 57 | 71 |
| Binary | 11000101 | 10001010 | 1011101 | 0 | 11110 | 110101 | 10111 | 11010 | 101111 | 111001 |
Color Harmonies of #C58A5D
Complementary color
Monochromatic Colors of #C58A5D
Black with #C58A5D
Text Example
Text Example
White with #C58A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A5D; }
p { color: rgb(197,138,93); }
H1.HeaderClassName
{
color: #C58A5D;
}
.AnyTagClassName
{
color: #C58A5D;
}
</style>
background-color css
<style>
a { background-color: #C58A5D; }
a { background-color: rgb(197,138,93); }
div.DivClassName
{
background-color: #C58A5D;
}
.BgClassName
{
background-color: #C58A5D;
}
</style>
border-color css
<style>
span { border-color: #C58A5D; }
span { border-color: rgb(197,138,93); }
td.TdClassName
{
border-color: #C58A5D;
}
.TagClassName
{
border-color: #C58A5D;
}
</style>