Shades of Twine #C38E5D
Tints of Twine #C38E5D
RGB
CMYK
RGB Variations
Color information
#C38E5D (or 0xC38E5D) is known color: Twine. HEX triplet: C3, 8E and 5D. RGB value is (195,142,93). Sum of RGB (Red+Green+Blue) = 195+142+93=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E5D is #3C71A2. Grayscale: #989898. Windows color (decimal): -3961251 or 6131395. OLE color: 6131395.
HSL color Cylindrical-coordinate representation of color #C38E5D: hue angle of 28.82º 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 #C38E5D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 93 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.24 |
| HSL | 28.82º | 0.46% | 0.56% | - |
| HSV(B) | 28.82º | 0.52% | 0.76% | - |
| XYZ | 34.15 | 31.74 | 14.68 | - |
| YUV | 152.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 93 | 0 | 0.27 | 0.52 | 0.24 | 28.82 | 0.46 | 0.56 |
| Hex | C3 | 8E | 5D | 0 | 1B | 34 | 18 | 1D | 2E | 38 |
| Octal | 303 | 216 | 135 | 0 | 33 | 64 | 30 | 35 | 56 | 70 |
| Binary | 11000011 | 10001110 | 1011101 | 0 | 11011 | 110100 | 11000 | 11101 | 101110 | 111000 |
Color Harmonies of #C38E5D
Complementary color
Monochromatic Colors of #C38E5D
Black with #C38E5D
Text Example
Text Example
White with #C38E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E5D; }
p { color: rgb(195,142,93); }
H1.HeaderClassName
{
color: #C38E5D;
}
.AnyTagClassName
{
color: #C38E5D;
}
</style>
background-color css
<style>
a { background-color: #C38E5D; }
a { background-color: rgb(195,142,93); }
div.DivClassName
{
background-color: #C38E5D;
}
.BgClassName
{
background-color: #C38E5D;
}
</style>
border-color css
<style>
span { border-color: #C38E5D; }
span { border-color: rgb(195,142,93); }
td.TdClassName
{
border-color: #C38E5D;
}
.TagClassName
{
border-color: #C38E5D;
}
</style>