Shades of Twine #C38856
Tints of Twine #C38856
RGB
CMYK
RGB Variations
Color information
#C38856 (or 0xC38856) is known color: Twine. HEX triplet: C3, 88 and 56. RGB value is (195,136,86). Sum of RGB (Red+Green+Blue) = 195+136+86=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38856 is #3C77A9. Grayscale: #949494. Windows color (decimal): -3962794 or 5671107. OLE color: 5671107.
HSL color Cylindrical-coordinate representation of color #C38856: hue angle of 27.52º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38856 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 86 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.24 |
| HSL | 27.52º | 0.48% | 0.55% | - |
| HSV(B) | 27.52º | 0.56% | 0.76% | - |
| XYZ | 32.99 | 29.88 | 12.83 | - |
| YUV | 147.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 86 | 0 | 0.30 | 0.56 | 0.24 | 27.52 | 0.48 | 0.55 |
| Hex | C3 | 88 | 56 | 0 | 1E | 38 | 18 | 1C | 30 | 37 |
| Octal | 303 | 210 | 126 | 0 | 36 | 70 | 30 | 34 | 60 | 67 |
| Binary | 11000011 | 10001000 | 1010110 | 0 | 11110 | 111000 | 11000 | 11100 | 110000 | 110111 |
Color Harmonies of #C38856
Complementary color
Monochromatic Colors of #C38856
Black with #C38856
Text Example
Text Example
White with #C38856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38856; }
p { color: rgb(195,136,86); }
H1.HeaderClassName
{
color: #C38856;
}
.AnyTagClassName
{
color: #C38856;
}
</style>
background-color css
<style>
a { background-color: #C38856; }
a { background-color: rgb(195,136,86); }
div.DivClassName
{
background-color: #C38856;
}
.BgClassName
{
background-color: #C38856;
}
</style>
border-color css
<style>
span { border-color: #C38856; }
span { border-color: rgb(195,136,86); }
td.TdClassName
{
border-color: #C38856;
}
.TagClassName
{
border-color: #C38856;
}
</style>