Shades of Twine #C28E5A
Tints of Twine #C28E5A
RGB
CMYK
RGB Variations
Color information
#C28E5A (or 0xC28E5A) is known color: Twine. HEX triplet: C2, 8E and 5A. RGB value is (194,142,90). Sum of RGB (Red+Green+Blue) = 194+142+90=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E5A is #3D71A5. Grayscale: #979797. Windows color (decimal): -4026790 or 5934786. OLE color: 5934786.
HSL color Cylindrical-coordinate representation of color #C28E5A: hue angle of 30º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28E5A is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 90 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.24 |
| HSL | 30º | 0.46% | 0.56% | - |
| HSV(B) | 30º | 0.54% | 0.76% | - |
| XYZ | 33.77 | 31.55 | 13.98 | - |
| YUV | 151.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 90 | 0 | 0.27 | 0.54 | 0.24 | 30 | 0.46 | 0.56 |
| Hex | C2 | 8E | 5A | 0 | 1B | 36 | 18 | 1E | 2E | 38 |
| Octal | 302 | 216 | 132 | 0 | 33 | 66 | 30 | 36 | 56 | 70 |
| Binary | 11000010 | 10001110 | 1011010 | 0 | 11011 | 110110 | 11000 | 11110 | 101110 | 111000 |
Color Harmonies of #C28E5A
Complementary color
Monochromatic Colors of #C28E5A
Black with #C28E5A
Text Example
Text Example
White with #C28E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E5A; }
p { color: rgb(194,142,90); }
H1.HeaderClassName
{
color: #C28E5A;
}
.AnyTagClassName
{
color: #C28E5A;
}
</style>
background-color css
<style>
a { background-color: #C28E5A; }
a { background-color: rgb(194,142,90); }
div.DivClassName
{
background-color: #C28E5A;
}
.BgClassName
{
background-color: #C28E5A;
}
</style>
border-color css
<style>
span { border-color: #C28E5A; }
span { border-color: rgb(194,142,90); }
td.TdClassName
{
border-color: #C28E5A;
}
.TagClassName
{
border-color: #C28E5A;
}
</style>