Shades of Twine #C28F5B
Tints of Twine #C28F5B
RGB
CMYK
RGB Variations
Color information
#C28F5B (or 0xC28F5B) is known color: Twine. HEX triplet: C2, 8F and 5B. RGB value is (194,143,91). Sum of RGB (Red+Green+Blue) = 194+143+91=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F5B is #3D70A4. Grayscale: #989898. Windows color (decimal): -4026533 or 6000578. OLE color: 6000578.
HSL color Cylindrical-coordinate representation of color #C28F5B: hue angle of 30.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C28F5B is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 91 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.24 |
| HSL | 30.29º | 0.46% | 0.56% | - |
| HSV(B) | 30.29º | 0.53% | 0.76% | - |
| XYZ | 33.96 | 31.87 | 14.26 | - |
| YUV | 152.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 91 | 0 | 0.26 | 0.53 | 0.24 | 30.29 | 0.46 | 0.56 |
| Hex | C2 | 8F | 5B | 0 | 1A | 35 | 18 | 1E | 2E | 38 |
| Octal | 302 | 217 | 133 | 0 | 32 | 65 | 30 | 36 | 56 | 70 |
| Binary | 11000010 | 10001111 | 1011011 | 0 | 11010 | 110101 | 11000 | 11110 | 101110 | 111000 |
Color Harmonies of #C28F5B
Complementary color
Monochromatic Colors of #C28F5B
Black with #C28F5B
Text Example
Text Example
White with #C28F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F5B; }
p { color: rgb(194,143,91); }
H1.HeaderClassName
{
color: #C28F5B;
}
.AnyTagClassName
{
color: #C28F5B;
}
</style>
background-color css
<style>
a { background-color: #C28F5B; }
a { background-color: rgb(194,143,91); }
div.DivClassName
{
background-color: #C28F5B;
}
.BgClassName
{
background-color: #C28F5B;
}
</style>
border-color css
<style>
span { border-color: #C28F5B; }
span { border-color: rgb(194,143,91); }
td.TdClassName
{
border-color: #C28F5B;
}
.TagClassName
{
border-color: #C28F5B;
}
</style>