Shades of Twine #C28A58
Tints of Twine #C28A58
RGB
CMYK
RGB Variations
Color information
#C28A58 (or 0xC28A58) is known color: Twine. HEX triplet: C2, 8A and 58. RGB value is (194,138,88). Sum of RGB (Red+Green+Blue) = 194+138+88=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A58 is #3D75A7. Grayscale: #959595. Windows color (decimal): -4027816 or 5802690. OLE color: 5802690.
HSL color Cylindrical-coordinate representation of color #C28A58: hue angle of 28.3º degrees, saturation: 0.46, 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 #C28A58 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 88 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.24 |
| HSL | 28.3º | 0.46% | 0.55% | - |
| HSV(B) | 28.3º | 0.55% | 0.76% | - |
| XYZ | 33.1 | 30.35 | 13.35 | - |
| YUV | 149.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 88 | 0 | 0.29 | 0.55 | 0.24 | 28.3 | 0.46 | 0.55 |
| Hex | C2 | 8A | 58 | 0 | 1D | 37 | 18 | 1C | 2E | 37 |
| Octal | 302 | 212 | 130 | 0 | 35 | 67 | 30 | 34 | 56 | 67 |
| Binary | 11000010 | 10001010 | 1011000 | 0 | 11101 | 110111 | 11000 | 11100 | 101110 | 110111 |
Color Harmonies of #C28A58
Complementary color
Monochromatic Colors of #C28A58
Black with #C28A58
Text Example
Text Example
White with #C28A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A58; }
p { color: rgb(194,138,88); }
H1.HeaderClassName
{
color: #C28A58;
}
.AnyTagClassName
{
color: #C28A58;
}
</style>
background-color css
<style>
a { background-color: #C28A58; }
a { background-color: rgb(194,138,88); }
div.DivClassName
{
background-color: #C28A58;
}
.BgClassName
{
background-color: #C28A58;
}
</style>
border-color css
<style>
span { border-color: #C28A58; }
span { border-color: rgb(194,138,88); }
td.TdClassName
{
border-color: #C28A58;
}
.TagClassName
{
border-color: #C28A58;
}
</style>