Shades of Twine #C38E56
Tints of Twine #C38E56
RGB
CMYK
RGB Variations
Color information
#C38E56 (or 0xC38E56) is known color: Twine. HEX triplet: C3, 8E and 56. RGB value is (195,142,86). Sum of RGB (Red+Green+Blue) = 195+142+86=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E56 is #3C71A9. Grayscale: #979797. Windows color (decimal): -3961258 or 5672643. OLE color: 5672643.
HSL color Cylindrical-coordinate representation of color #C38E56: hue angle of 30.83º 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 #C38E56 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 86 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.24 |
| HSL | 30.83º | 0.48% | 0.55% | - |
| HSV(B) | 30.83º | 0.56% | 0.76% | - |
| XYZ | 33.86 | 31.62 | 13.12 | - |
| YUV | 151.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 86 | 0 | 0.27 | 0.56 | 0.24 | 30.83 | 0.48 | 0.55 |
| Hex | C3 | 8E | 56 | 0 | 1B | 38 | 18 | 1F | 30 | 37 |
| Octal | 303 | 216 | 126 | 0 | 33 | 70 | 30 | 37 | 60 | 67 |
| Binary | 11000011 | 10001110 | 1010110 | 0 | 11011 | 111000 | 11000 | 11111 | 110000 | 110111 |
Color Harmonies of #C38E56
Complementary color
Monochromatic Colors of #C38E56
Black with #C38E56
Text Example
Text Example
White with #C38E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E56; }
p { color: rgb(195,142,86); }
H1.HeaderClassName
{
color: #C38E56;
}
.AnyTagClassName
{
color: #C38E56;
}
</style>
background-color css
<style>
a { background-color: #C38E56; }
a { background-color: rgb(195,142,86); }
div.DivClassName
{
background-color: #C38E56;
}
.BgClassName
{
background-color: #C38E56;
}
</style>
border-color css
<style>
span { border-color: #C38E56; }
span { border-color: rgb(195,142,86); }
td.TdClassName
{
border-color: #C38E56;
}
.TagClassName
{
border-color: #C38E56;
}
</style>