Shades of Twine #C28758
Tints of Twine #C28758
RGB
CMYK
RGB Variations
Color information
#C28758 (or 0xC28758) is known color: Twine. HEX triplet: C2, 87 and 58. RGB value is (194,135,88). Sum of RGB (Red+Green+Blue) = 194+135+88=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28758 is #3D78A7. Grayscale: #939393. Windows color (decimal): -4028584 or 5801922. OLE color: 5801922.
HSL color Cylindrical-coordinate representation of color #C28758: hue angle of 26.6º 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 #C28758 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 88 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.24 |
| HSL | 26.6º | 0.46% | 0.55% | - |
| HSV(B) | 26.6º | 0.55% | 0.76% | - |
| XYZ | 32.67 | 29.5 | 13.2 | - |
| YUV | 147.28 | 94.55 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 88 | 0 | 0.30 | 0.55 | 0.24 | 26.6 | 0.46 | 0.55 |
| Hex | C2 | 87 | 58 | 0 | 1E | 37 | 18 | 1B | 2E | 37 |
| Octal | 302 | 207 | 130 | 0 | 36 | 67 | 30 | 33 | 56 | 67 |
| Binary | 11000010 | 10000111 | 1011000 | 0 | 11110 | 110111 | 11000 | 11011 | 101110 | 110111 |
Color Harmonies of #C28758
Complementary color
Monochromatic Colors of #C28758
Black with #C28758
Text Example
Text Example
White with #C28758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28758; }
p { color: rgb(194,135,88); }
H1.HeaderClassName
{
color: #C28758;
}
.AnyTagClassName
{
color: #C28758;
}
</style>
background-color css
<style>
a { background-color: #C28758; }
a { background-color: rgb(194,135,88); }
div.DivClassName
{
background-color: #C28758;
}
.BgClassName
{
background-color: #C28758;
}
</style>
border-color css
<style>
span { border-color: #C28758; }
span { border-color: rgb(194,135,88); }
td.TdClassName
{
border-color: #C28758;
}
.TagClassName
{
border-color: #C28758;
}
</style>