Shades of Twine #C28A57
Tints of Twine #C28A57
RGB
CMYK
RGB Variations
Color information
#C28A57 (or 0xC28A57) is known color: Twine. HEX triplet: C2, 8A and 57. RGB value is (194,138,87). Sum of RGB (Red+Green+Blue) = 194+138+87=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A57 is #3D75A8. Grayscale: #959595. Windows color (decimal): -4027817 or 5737154. OLE color: 5737154.
HSL color Cylindrical-coordinate representation of color #C28A57: hue angle of 28.6º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C28A57 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 87 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.24 |
| HSL | 28.6º | 0.47% | 0.55% | - |
| HSV(B) | 28.6º | 0.55% | 0.76% | - |
| XYZ | 33.06 | 30.33 | 13.13 | - |
| YUV | 148.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 87 | 0 | 0.29 | 0.55 | 0.24 | 28.6 | 0.47 | 0.55 |
| Hex | C2 | 8A | 57 | 0 | 1D | 37 | 18 | 1D | 2F | 37 |
| Octal | 302 | 212 | 127 | 0 | 35 | 67 | 30 | 35 | 57 | 67 |
| Binary | 11000010 | 10001010 | 1010111 | 0 | 11101 | 110111 | 11000 | 11101 | 101111 | 110111 |
Color Harmonies of #C28A57
Complementary color
Monochromatic Colors of #C28A57
Black with #C28A57
Text Example
Text Example
White with #C28A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A57; }
p { color: rgb(194,138,87); }
H1.HeaderClassName
{
color: #C28A57;
}
.AnyTagClassName
{
color: #C28A57;
}
</style>
background-color css
<style>
a { background-color: #C28A57; }
a { background-color: rgb(194,138,87); }
div.DivClassName
{
background-color: #C28A57;
}
.BgClassName
{
background-color: #C28A57;
}
</style>
border-color css
<style>
span { border-color: #C28A57; }
span { border-color: rgb(194,138,87); }
td.TdClassName
{
border-color: #C28A57;
}
.TagClassName
{
border-color: #C28A57;
}
</style>