Shades of Twine #C28D4F
Tints of Twine #C28D4F
RGB
CMYK
RGB Variations
Color information
#C28D4F (or 0xC28D4F) is known color: Twine. HEX triplet: C2, 8D and 4F. RGB value is (194,141,79). Sum of RGB (Red+Green+Blue) = 194+141+79=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D4F is #3D72B0. Grayscale: #969696. Windows color (decimal): -4027057 or 5213634. OLE color: 5213634.
HSL color Cylindrical-coordinate representation of color #C28D4F: hue angle of 32.35º degrees, saturation: 0.49, 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 #C28D4F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 79 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.24 |
| HSL | 32.35º | 0.49% | 0.54% | - |
| HSV(B) | 32.35º | 0.59% | 0.76% | - |
| XYZ | 33.18 | 31.08 | 11.65 | - |
| YUV | 149.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 79 | 0 | 0.27 | 0.59 | 0.24 | 32.35 | 0.49 | 0.54 |
| Hex | C2 | 8D | 4F | 0 | 1B | 3B | 18 | 20 | 31 | 36 |
| Octal | 302 | 215 | 117 | 0 | 33 | 73 | 30 | 40 | 61 | 66 |
| Binary | 11000010 | 10001101 | 1001111 | 0 | 11011 | 111011 | 11000 | 100000 | 110001 | 110110 |
Color Harmonies of #C28D4F
Complementary color
Monochromatic Colors of #C28D4F
Black with #C28D4F
Text Example
Text Example
White with #C28D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D4F; }
p { color: rgb(194,141,79); }
H1.HeaderClassName
{
color: #C28D4F;
}
.AnyTagClassName
{
color: #C28D4F;
}
</style>
background-color css
<style>
a { background-color: #C28D4F; }
a { background-color: rgb(194,141,79); }
div.DivClassName
{
background-color: #C28D4F;
}
.BgClassName
{
background-color: #C28D4F;
}
</style>
border-color css
<style>
span { border-color: #C28D4F; }
span { border-color: rgb(194,141,79); }
td.TdClassName
{
border-color: #C28D4F;
}
.TagClassName
{
border-color: #C28D4F;
}
</style>