Shades of Twine #C39355
Tints of Twine #C39355
RGB
CMYK
RGB Variations
Color information
#C39355 (or 0xC39355) is known color: Twine. HEX triplet: C3, 93 and 55. RGB value is (195,147,85). Sum of RGB (Red+Green+Blue) = 195+147+85=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39355 is #3C6CAA. Grayscale: #9A9A9A. Windows color (decimal): -3959979 or 5608387. OLE color: 5608387.
HSL color Cylindrical-coordinate representation of color #C39355: hue angle of 33.82º 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 #C39355 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 85 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.24 |
| HSL | 33.82º | 0.48% | 0.55% | - |
| HSV(B) | 33.82º | 0.56% | 0.76% | - |
| XYZ | 34.58 | 33.13 | 13.17 | - |
| YUV | 154.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 85 | 0 | 0.25 | 0.56 | 0.24 | 33.82 | 0.48 | 0.55 |
| Hex | C3 | 93 | 55 | 0 | 19 | 38 | 18 | 22 | 30 | 37 |
| Octal | 303 | 223 | 125 | 0 | 31 | 70 | 30 | 42 | 60 | 67 |
| Binary | 11000011 | 10010011 | 1010101 | 0 | 11001 | 111000 | 11000 | 100010 | 110000 | 110111 |
Color Harmonies of #C39355
Complementary color
Monochromatic Colors of #C39355
Black with #C39355
Text Example
Text Example
White with #C39355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39355; }
p { color: rgb(195,147,85); }
H1.HeaderClassName
{
color: #C39355;
}
.AnyTagClassName
{
color: #C39355;
}
</style>
background-color css
<style>
a { background-color: #C39355; }
a { background-color: rgb(195,147,85); }
div.DivClassName
{
background-color: #C39355;
}
.BgClassName
{
background-color: #C39355;
}
</style>
border-color css
<style>
span { border-color: #C39355; }
span { border-color: rgb(195,147,85); }
td.TdClassName
{
border-color: #C39355;
}
.TagClassName
{
border-color: #C39355;
}
</style>