Shades of Twine #C58A58
Tints of Twine #C58A58
RGB
CMYK
RGB Variations
Color information
#C58A58 (or 0xC58A58) is known color: Twine. HEX triplet: C5, 8A and 58. RGB value is (197,138,88). Sum of RGB (Red+Green+Blue) = 197+138+88=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A58 is #3A75A7. Grayscale: #969696. Windows color (decimal): -3831208 or 5802693. OLE color: 5802693.
HSL color Cylindrical-coordinate representation of color #C58A58: hue angle of 27.52º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C58A58 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 88 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.23 |
| HSL | 27.52º | 0.48% | 0.56% | - |
| HSV(B) | 27.52º | 0.55% | 0.77% | - |
| XYZ | 33.88 | 30.75 | 13.38 | - |
| YUV | 149.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 88 | 0 | 0.30 | 0.55 | 0.23 | 27.52 | 0.48 | 0.56 |
| Hex | C5 | 8A | 58 | 0 | 1E | 37 | 17 | 1C | 30 | 38 |
| Octal | 305 | 212 | 130 | 0 | 36 | 67 | 27 | 34 | 60 | 70 |
| Binary | 11000101 | 10001010 | 1011000 | 0 | 11110 | 110111 | 10111 | 11100 | 110000 | 111000 |
Color Harmonies of #C58A58
Complementary color
Monochromatic Colors of #C58A58
Black with #C58A58
Text Example
Text Example
White with #C58A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A58; }
p { color: rgb(197,138,88); }
H1.HeaderClassName
{
color: #C58A58;
}
.AnyTagClassName
{
color: #C58A58;
}
</style>
background-color css
<style>
a { background-color: #C58A58; }
a { background-color: rgb(197,138,88); }
div.DivClassName
{
background-color: #C58A58;
}
.BgClassName
{
background-color: #C58A58;
}
</style>
border-color css
<style>
span { border-color: #C58A58; }
span { border-color: rgb(197,138,88); }
td.TdClassName
{
border-color: #C58A58;
}
.TagClassName
{
border-color: #C58A58;
}
</style>