Shades of Twine #C39C58
Tints of Twine #C39C58
RGB
CMYK
RGB Variations
Color information
#C39C58 (or 0xC39C58) is known color: Twine. HEX triplet: C3, 9C and 58. RGB value is (195,156,88). Sum of RGB (Red+Green+Blue) = 195+156+88=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C58 is #3C63A7. Grayscale: #A0A0A0. Windows color (decimal): -3957672 or 5807299. OLE color: 5807299.
HSL color Cylindrical-coordinate representation of color #C39C58: hue angle of 38.13º 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 #C39C58 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 88 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.24 |
| HSL | 38.13º | 0.47% | 0.55% | - |
| HSV(B) | 38.13º | 0.55% | 0.76% | - |
| XYZ | 36.16 | 36.08 | 14.29 | - |
| YUV | 159.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 88 | 0 | 0.20 | 0.55 | 0.24 | 38.13 | 0.47 | 0.55 |
| Hex | C3 | 9C | 58 | 0 | 14 | 37 | 18 | 26 | 2F | 37 |
| Octal | 303 | 234 | 130 | 0 | 24 | 67 | 30 | 46 | 57 | 67 |
| Binary | 11000011 | 10011100 | 1011000 | 0 | 10100 | 110111 | 11000 | 100110 | 101111 | 110111 |
Color Harmonies of #C39C58
Complementary color
Monochromatic Colors of #C39C58
Black with #C39C58
Text Example
Text Example
White with #C39C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C58; }
p { color: rgb(195,156,88); }
H1.HeaderClassName
{
color: #C39C58;
}
.AnyTagClassName
{
color: #C39C58;
}
</style>
background-color css
<style>
a { background-color: #C39C58; }
a { background-color: rgb(195,156,88); }
div.DivClassName
{
background-color: #C39C58;
}
.BgClassName
{
background-color: #C39C58;
}
</style>
border-color css
<style>
span { border-color: #C39C58; }
span { border-color: rgb(195,156,88); }
td.TdClassName
{
border-color: #C39C58;
}
.TagClassName
{
border-color: #C39C58;
}
</style>