Shades of Twine #C28850
Tints of Twine #C28850
RGB
CMYK
RGB Variations
Color information
#C28850 (or 0xC28850) is known color: Twine. HEX triplet: C2, 88 and 50. RGB value is (194,136,80). Sum of RGB (Red+Green+Blue) = 194+136+80=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C28850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28850 is #3D77AF. Grayscale: #939393. Windows color (decimal): -4028336 or 5277890. OLE color: 5277890.
HSL color Cylindrical-coordinate representation of color #C28850: hue angle of 29.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C28850 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 80 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.24 |
| HSL | 29.47º | 0.48% | 0.54% | - |
| HSV(B) | 29.47º | 0.59% | 0.76% | - |
| XYZ | 32.5 | 29.66 | 11.6 | - |
| YUV | 146.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 80 | 0 | 0.30 | 0.59 | 0.24 | 29.47 | 0.48 | 0.54 |
| Hex | C2 | 88 | 50 | 0 | 1E | 3B | 18 | 1D | 30 | 36 |
| Octal | 302 | 210 | 120 | 0 | 36 | 73 | 30 | 35 | 60 | 66 |
| Binary | 11000010 | 10001000 | 1010000 | 0 | 11110 | 111011 | 11000 | 11101 | 110000 | 110110 |
Color Harmonies of #C28850
Complementary color
Monochromatic Colors of #C28850
Black with #C28850
Text Example
Text Example
White with #C28850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28850; }
p { color: rgb(194,136,80); }
H1.HeaderClassName
{
color: #C28850;
}
.AnyTagClassName
{
color: #C28850;
}
</style>
background-color css
<style>
a { background-color: #C28850; }
a { background-color: rgb(194,136,80); }
div.DivClassName
{
background-color: #C28850;
}
.BgClassName
{
background-color: #C28850;
}
</style>
border-color css
<style>
span { border-color: #C28850; }
span { border-color: rgb(194,136,80); }
td.TdClassName
{
border-color: #C28850;
}
.TagClassName
{
border-color: #C28850;
}
</style>