Shades of Twine #C39D55
Tints of Twine #C39D55
RGB
CMYK
RGB Variations
Color information
#C39D55 (or 0xC39D55) is known color: Twine. HEX triplet: C3, 9D and 55. RGB value is (195,157,85). Sum of RGB (Red+Green+Blue) = 195+157+85=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D55 is #3C62AA. Grayscale: #A0A0A0. Windows color (decimal): -3957419 or 5610947. OLE color: 5610947.
HSL color Cylindrical-coordinate representation of color #C39D55: hue angle of 39.27º 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 #C39D55 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 85 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.24 |
| HSL | 39.27º | 0.48% | 0.55% | - |
| HSV(B) | 39.27º | 0.56% | 0.76% | - |
| XYZ | 36.2 | 36.37 | 13.71 | - |
| YUV | 160.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 85 | 0 | 0.19 | 0.56 | 0.24 | 39.27 | 0.48 | 0.55 |
| Hex | C3 | 9D | 55 | 0 | 13 | 38 | 18 | 27 | 30 | 37 |
| Octal | 303 | 235 | 125 | 0 | 23 | 70 | 30 | 47 | 60 | 67 |
| Binary | 11000011 | 10011101 | 1010101 | 0 | 10011 | 111000 | 11000 | 100111 | 110000 | 110111 |
Color Harmonies of #C39D55
Complementary color
Monochromatic Colors of #C39D55
Black with #C39D55
Text Example
Text Example
White with #C39D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D55; }
p { color: rgb(195,157,85); }
H1.HeaderClassName
{
color: #C39D55;
}
.AnyTagClassName
{
color: #C39D55;
}
</style>
background-color css
<style>
a { background-color: #C39D55; }
a { background-color: rgb(195,157,85); }
div.DivClassName
{
background-color: #C39D55;
}
.BgClassName
{
background-color: #C39D55;
}
</style>
border-color css
<style>
span { border-color: #C39D55; }
span { border-color: rgb(195,157,85); }
td.TdClassName
{
border-color: #C39D55;
}
.TagClassName
{
border-color: #C39D55;
}
</style>