Shades of Twine #C3935D
Tints of Twine #C3935D
RGB
CMYK
RGB Variations
Color information
#C3935D (or 0xC3935D) is known color: Twine. HEX triplet: C3, 93 and 5D. RGB value is (195,147,93). Sum of RGB (Red+Green+Blue) = 195+147+93=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3935D is #3C6CA2. Grayscale: #9B9B9B. Windows color (decimal): -3959971 or 6132675. OLE color: 6132675.
HSL color Cylindrical-coordinate representation of color #C3935D: hue angle of 31.76º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3935D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 93 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.24 |
| HSL | 31.76º | 0.46% | 0.56% | - |
| HSV(B) | 31.76º | 0.52% | 0.76% | - |
| XYZ | 34.92 | 33.26 | 14.94 | - |
| YUV | 155.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 93 | 0 | 0.25 | 0.52 | 0.24 | 31.76 | 0.46 | 0.56 |
| Hex | C3 | 93 | 5D | 0 | 19 | 34 | 18 | 20 | 2E | 38 |
| Octal | 303 | 223 | 135 | 0 | 31 | 64 | 30 | 40 | 56 | 70 |
| Binary | 11000011 | 10010011 | 1011101 | 0 | 11001 | 110100 | 11000 | 100000 | 101110 | 111000 |
Color Harmonies of #C3935D
Complementary color
Monochromatic Colors of #C3935D
Black with #C3935D
Text Example
Text Example
White with #C3935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3935D; }
p { color: rgb(195,147,93); }
H1.HeaderClassName
{
color: #C3935D;
}
.AnyTagClassName
{
color: #C3935D;
}
</style>
background-color css
<style>
a { background-color: #C3935D; }
a { background-color: rgb(195,147,93); }
div.DivClassName
{
background-color: #C3935D;
}
.BgClassName
{
background-color: #C3935D;
}
</style>
border-color css
<style>
span { border-color: #C3935D; }
span { border-color: rgb(195,147,93); }
td.TdClassName
{
border-color: #C3935D;
}
.TagClassName
{
border-color: #C3935D;
}
</style>