Shades of Twine #C38D5A
Tints of Twine #C38D5A
RGB
CMYK
RGB Variations
Color information
#C38D5A (or 0xC38D5A) is known color: Twine. HEX triplet: C3, 8D and 5A. RGB value is (195,141,90). Sum of RGB (Red+Green+Blue) = 195+141+90=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D5A is #3C72A5. Grayscale: #979797. Windows color (decimal): -3961510 or 5934531. OLE color: 5934531.
HSL color Cylindrical-coordinate representation of color #C38D5A: hue angle of 29.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38D5A is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 90 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.24 |
| HSL | 29.14º | 0.47% | 0.56% | - |
| HSV(B) | 29.14º | 0.54% | 0.76% | - |
| XYZ | 33.88 | 31.39 | 13.95 | - |
| YUV | 151.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 90 | 0 | 0.28 | 0.54 | 0.24 | 29.14 | 0.47 | 0.56 |
| Hex | C3 | 8D | 5A | 0 | 1C | 36 | 18 | 1D | 2F | 38 |
| Octal | 303 | 215 | 132 | 0 | 34 | 66 | 30 | 35 | 57 | 70 |
| Binary | 11000011 | 10001101 | 1011010 | 0 | 11100 | 110110 | 11000 | 11101 | 101111 | 111000 |
Color Harmonies of #C38D5A
Complementary color
Monochromatic Colors of #C38D5A
Black with #C38D5A
Text Example
Text Example
White with #C38D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D5A; }
p { color: rgb(195,141,90); }
H1.HeaderClassName
{
color: #C38D5A;
}
.AnyTagClassName
{
color: #C38D5A;
}
</style>
background-color css
<style>
a { background-color: #C38D5A; }
a { background-color: rgb(195,141,90); }
div.DivClassName
{
background-color: #C38D5A;
}
.BgClassName
{
background-color: #C38D5A;
}
</style>
border-color css
<style>
span { border-color: #C38D5A; }
span { border-color: rgb(195,141,90); }
td.TdClassName
{
border-color: #C38D5A;
}
.TagClassName
{
border-color: #C38D5A;
}
</style>