Shades of Twine #C38D5D
Tints of Twine #C38D5D
RGB
CMYK
RGB Variations
Color information
#C38D5D (or 0xC38D5D) is known color: Twine. HEX triplet: C3, 8D and 5D. RGB value is (195,141,93). Sum of RGB (Red+Green+Blue) = 195+141+93=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D5D is #3C72A2. Grayscale: #979797. Windows color (decimal): -3961507 or 6131139. OLE color: 6131139.
HSL color Cylindrical-coordinate representation of color #C38D5D: hue angle of 28.24º 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 #C38D5D is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 93 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.24 |
| HSL | 28.24º | 0.46% | 0.56% | - |
| HSV(B) | 28.24º | 0.52% | 0.76% | - |
| XYZ | 34.01 | 31.44 | 14.63 | - |
| YUV | 151.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 93 | 0 | 0.28 | 0.52 | 0.24 | 28.24 | 0.46 | 0.56 |
| Hex | C3 | 8D | 5D | 0 | 1C | 34 | 18 | 1C | 2E | 38 |
| Octal | 303 | 215 | 135 | 0 | 34 | 64 | 30 | 34 | 56 | 70 |
| Binary | 11000011 | 10001101 | 1011101 | 0 | 11100 | 110100 | 11000 | 11100 | 101110 | 111000 |
Color Harmonies of #C38D5D
Complementary color
Monochromatic Colors of #C38D5D
Black with #C38D5D
Text Example
Text Example
White with #C38D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D5D; }
p { color: rgb(195,141,93); }
H1.HeaderClassName
{
color: #C38D5D;
}
.AnyTagClassName
{
color: #C38D5D;
}
</style>
background-color css
<style>
a { background-color: #C38D5D; }
a { background-color: rgb(195,141,93); }
div.DivClassName
{
background-color: #C38D5D;
}
.BgClassName
{
background-color: #C38D5D;
}
</style>
border-color css
<style>
span { border-color: #C38D5D; }
span { border-color: rgb(195,141,93); }
td.TdClassName
{
border-color: #C38D5D;
}
.TagClassName
{
border-color: #C38D5D;
}
</style>