Shades of Twine #C38256
Tints of Twine #C38256
RGB
CMYK
RGB Variations
Color information
#C38256 (or 0xC38256) is known color: Twine. HEX triplet: C3, 82 and 56. RGB value is (195,130,86). Sum of RGB (Red+Green+Blue) = 195+130+86=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38256 is #3C7DA9. Grayscale: #909090. Windows color (decimal): -3964330 or 5669571. OLE color: 5669571.
HSL color Cylindrical-coordinate representation of color #C38256: hue angle of 24.22º 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 #C38256 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 86 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.24 |
| HSL | 24.22º | 0.48% | 0.55% | - |
| HSV(B) | 24.22º | 0.56% | 0.76% | - |
| XYZ | 32.17 | 28.24 | 12.56 | - |
| YUV | 144.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 86 | 0 | 0.33 | 0.56 | 0.24 | 24.22 | 0.48 | 0.55 |
| Hex | C3 | 82 | 56 | 0 | 21 | 38 | 18 | 18 | 30 | 37 |
| Octal | 303 | 202 | 126 | 0 | 41 | 70 | 30 | 30 | 60 | 67 |
| Binary | 11000011 | 10000010 | 1010110 | 0 | 100001 | 111000 | 11000 | 11000 | 110000 | 110111 |
Color Harmonies of #C38256
Complementary color
Monochromatic Colors of #C38256
Black with #C38256
Text Example
Text Example
White with #C38256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38256; }
p { color: rgb(195,130,86); }
H1.HeaderClassName
{
color: #C38256;
}
.AnyTagClassName
{
color: #C38256;
}
</style>
background-color css
<style>
a { background-color: #C38256; }
a { background-color: rgb(195,130,86); }
div.DivClassName
{
background-color: #C38256;
}
.BgClassName
{
background-color: #C38256;
}
</style>
border-color css
<style>
span { border-color: #C38256; }
span { border-color: rgb(195,130,86); }
td.TdClassName
{
border-color: #C38256;
}
.TagClassName
{
border-color: #C38256;
}
</style>