Shades of Twine #C39C56
Tints of Twine #C39C56
RGB
CMYK
RGB Variations
Color information
#C39C56 (or 0xC39C56) is known color: Twine. HEX triplet: C3, 9C and 56. RGB value is (195,156,86). Sum of RGB (Red+Green+Blue) = 195+156+86=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C56 is #3C63A9. Grayscale: #A0A0A0. Windows color (decimal): -3957674 or 5676227. OLE color: 5676227.
HSL color Cylindrical-coordinate representation of color #C39C56: hue angle of 38.53º 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 #C39C56 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 86 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.24 |
| HSL | 38.53º | 0.48% | 0.55% | - |
| HSV(B) | 38.53º | 0.56% | 0.76% | - |
| XYZ | 36.07 | 36.05 | 13.86 | - |
| YUV | 159.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 86 | 0 | 0.20 | 0.56 | 0.24 | 38.53 | 0.48 | 0.55 |
| Hex | C3 | 9C | 56 | 0 | 14 | 38 | 18 | 27 | 30 | 37 |
| Octal | 303 | 234 | 126 | 0 | 24 | 70 | 30 | 47 | 60 | 67 |
| Binary | 11000011 | 10011100 | 1010110 | 0 | 10100 | 111000 | 11000 | 100111 | 110000 | 110111 |
Color Harmonies of #C39C56
Complementary color
Monochromatic Colors of #C39C56
Black with #C39C56
Text Example
Text Example
White with #C39C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C56; }
p { color: rgb(195,156,86); }
H1.HeaderClassName
{
color: #C39C56;
}
.AnyTagClassName
{
color: #C39C56;
}
</style>
background-color css
<style>
a { background-color: #C39C56; }
a { background-color: rgb(195,156,86); }
div.DivClassName
{
background-color: #C39C56;
}
.BgClassName
{
background-color: #C39C56;
}
</style>
border-color css
<style>
span { border-color: #C39C56; }
span { border-color: rgb(195,156,86); }
td.TdClassName
{
border-color: #C39C56;
}
.TagClassName
{
border-color: #C39C56;
}
</style>