Shades of Twine #C39250
Tints of Twine #C39250
RGB
CMYK
RGB Variations
Color information
#C39250 (or 0xC39250) is known color: Twine. HEX triplet: C3, 92 and 50. RGB value is (195,146,80). Sum of RGB (Red+Green+Blue) = 195+146+80=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C39250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39250 is #3C6DAF. Grayscale: #999999. Windows color (decimal): -3960240 or 5280451. OLE color: 5280451.
HSL color Cylindrical-coordinate representation of color #C39250: hue angle of 34.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39250 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 80 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.24 |
| HSL | 34.43º | 0.49% | 0.54% | - |
| HSV(B) | 34.43º | 0.59% | 0.76% | - |
| XYZ | 34.23 | 32.74 | 12.1 | - |
| YUV | 153.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 80 | 0 | 0.25 | 0.59 | 0.24 | 34.43 | 0.49 | 0.54 |
| Hex | C3 | 92 | 50 | 0 | 19 | 3B | 18 | 22 | 31 | 36 |
| Octal | 303 | 222 | 120 | 0 | 31 | 73 | 30 | 42 | 61 | 66 |
| Binary | 11000011 | 10010010 | 1010000 | 0 | 11001 | 111011 | 11000 | 100010 | 110001 | 110110 |
Color Harmonies of #C39250
Complementary color
Monochromatic Colors of #C39250
Black with #C39250
Text Example
Text Example
White with #C39250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39250; }
p { color: rgb(195,146,80); }
H1.HeaderClassName
{
color: #C39250;
}
.AnyTagClassName
{
color: #C39250;
}
</style>
background-color css
<style>
a { background-color: #C39250; }
a { background-color: rgb(195,146,80); }
div.DivClassName
{
background-color: #C39250;
}
.BgClassName
{
background-color: #C39250;
}
</style>
border-color css
<style>
span { border-color: #C39250; }
span { border-color: rgb(195,146,80); }
td.TdClassName
{
border-color: #C39250;
}
.TagClassName
{
border-color: #C39250;
}
</style>