Shades of Twine #C28357
Tints of Twine #C28357
RGB
CMYK
RGB Variations
Color information
#C28357 (or 0xC28357) is known color: Twine. HEX triplet: C2, 83 and 57. RGB value is (194,131,87). Sum of RGB (Red+Green+Blue) = 194+131+87=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28357 is #3D7CA8. Grayscale: #919191. Windows color (decimal): -4029609 or 5735362. OLE color: 5735362.
HSL color Cylindrical-coordinate representation of color #C28357: hue angle of 24.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C28357 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 87 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.24 |
| HSL | 24.67º | 0.47% | 0.55% | - |
| HSV(B) | 24.67º | 0.55% | 0.76% | - |
| XYZ | 32.08 | 28.39 | 12.81 | - |
| YUV | 144.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 87 | 0 | 0.32 | 0.55 | 0.24 | 24.67 | 0.47 | 0.55 |
| Hex | C2 | 83 | 57 | 0 | 20 | 37 | 18 | 19 | 2F | 37 |
| Octal | 302 | 203 | 127 | 0 | 40 | 67 | 30 | 31 | 57 | 67 |
| Binary | 11000010 | 10000011 | 1010111 | 0 | 100000 | 110111 | 11000 | 11001 | 101111 | 110111 |
Color Harmonies of #C28357
Complementary color
Monochromatic Colors of #C28357
Black with #C28357
Text Example
Text Example
White with #C28357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28357; }
p { color: rgb(194,131,87); }
H1.HeaderClassName
{
color: #C28357;
}
.AnyTagClassName
{
color: #C28357;
}
</style>
background-color css
<style>
a { background-color: #C28357; }
a { background-color: rgb(194,131,87); }
div.DivClassName
{
background-color: #C28357;
}
.BgClassName
{
background-color: #C28357;
}
</style>
border-color css
<style>
span { border-color: #C28357; }
span { border-color: rgb(194,131,87); }
td.TdClassName
{
border-color: #C28357;
}
.TagClassName
{
border-color: #C28357;
}
</style>