Shades of Twine #C28652
Tints of Twine #C28652
RGB
CMYK
RGB Variations
Color information
#C28652 (or 0xC28652) is known color: Twine. HEX triplet: C2, 86 and 52. RGB value is (194,134,82). Sum of RGB (Red+Green+Blue) = 194+134+82=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C28652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28652 is #3D79AD. Grayscale: #929292. Windows color (decimal): -4028846 or 5408450. OLE color: 5408450.
HSL color Cylindrical-coordinate representation of color #C28652: hue angle of 27.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C28652 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 82 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.24 |
| HSL | 27.86º | 0.48% | 0.54% | - |
| HSV(B) | 27.86º | 0.58% | 0.76% | - |
| XYZ | 32.3 | 29.13 | 11.9 | - |
| YUV | 146.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 82 | 0 | 0.31 | 0.58 | 0.24 | 27.86 | 0.48 | 0.54 |
| Hex | C2 | 86 | 52 | 0 | 1F | 3A | 18 | 1C | 30 | 36 |
| Octal | 302 | 206 | 122 | 0 | 37 | 72 | 30 | 34 | 60 | 66 |
| Binary | 11000010 | 10000110 | 1010010 | 0 | 11111 | 111010 | 11000 | 11100 | 110000 | 110110 |
Color Harmonies of #C28652
Complementary color
Monochromatic Colors of #C28652
Black with #C28652
Text Example
Text Example
White with #C28652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28652; }
p { color: rgb(194,134,82); }
H1.HeaderClassName
{
color: #C28652;
}
.AnyTagClassName
{
color: #C28652;
}
</style>
background-color css
<style>
a { background-color: #C28652; }
a { background-color: rgb(194,134,82); }
div.DivClassName
{
background-color: #C28652;
}
.BgClassName
{
background-color: #C28652;
}
</style>
border-color css
<style>
span { border-color: #C28652; }
span { border-color: rgb(194,134,82); }
td.TdClassName
{
border-color: #C28652;
}
.TagClassName
{
border-color: #C28652;
}
</style>