Shades of Twine #C28757
Tints of Twine #C28757
RGB
CMYK
RGB Variations
Color information
#C28757 (or 0xC28757) is known color: Twine. HEX triplet: C2, 87 and 57. RGB value is (194,135,87). Sum of RGB (Red+Green+Blue) = 194+135+87=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28757 is #3D78A8. Grayscale: #939393. Windows color (decimal): -4028585 or 5736386. OLE color: 5736386.
HSL color Cylindrical-coordinate representation of color #C28757: hue angle of 26.92º 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 #C28757 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 87 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.24 |
| HSL | 26.92º | 0.47% | 0.55% | - |
| HSV(B) | 26.92º | 0.55% | 0.76% | - |
| XYZ | 32.63 | 29.49 | 12.99 | - |
| YUV | 147.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 87 | 0 | 0.30 | 0.55 | 0.24 | 26.92 | 0.47 | 0.55 |
| Hex | C2 | 87 | 57 | 0 | 1E | 37 | 18 | 1B | 2F | 37 |
| Octal | 302 | 207 | 127 | 0 | 36 | 67 | 30 | 33 | 57 | 67 |
| Binary | 11000010 | 10000111 | 1010111 | 0 | 11110 | 110111 | 11000 | 11011 | 101111 | 110111 |
Color Harmonies of #C28757
Complementary color
Monochromatic Colors of #C28757
Black with #C28757
Text Example
Text Example
White with #C28757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28757; }
p { color: rgb(194,135,87); }
H1.HeaderClassName
{
color: #C28757;
}
.AnyTagClassName
{
color: #C28757;
}
</style>
background-color css
<style>
a { background-color: #C28757; }
a { background-color: rgb(194,135,87); }
div.DivClassName
{
background-color: #C28757;
}
.BgClassName
{
background-color: #C28757;
}
</style>
border-color css
<style>
span { border-color: #C28757; }
span { border-color: rgb(194,135,87); }
td.TdClassName
{
border-color: #C28757;
}
.TagClassName
{
border-color: #C28757;
}
</style>