Shades of Twine #C38F5D
Tints of Twine #C38F5D
RGB
CMYK
RGB Variations
Color information
#C38F5D (or 0xC38F5D) is known color: Twine. HEX triplet: C3, 8F and 5D. RGB value is (195,143,93). Sum of RGB (Red+Green+Blue) = 195+143+93=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F5D is #3C70A2. Grayscale: #999999. Windows color (decimal): -3960995 or 6131651. OLE color: 6131651.
HSL color Cylindrical-coordinate representation of color #C38F5D: hue angle of 29.41º 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 #C38F5D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 93 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.24 |
| HSL | 29.41º | 0.46% | 0.56% | - |
| HSV(B) | 29.41º | 0.52% | 0.76% | - |
| XYZ | 34.3 | 32.04 | 14.73 | - |
| YUV | 152.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 93 | 0 | 0.27 | 0.52 | 0.24 | 29.41 | 0.46 | 0.56 |
| Hex | C3 | 8F | 5D | 0 | 1B | 34 | 18 | 1D | 2E | 38 |
| Octal | 303 | 217 | 135 | 0 | 33 | 64 | 30 | 35 | 56 | 70 |
| Binary | 11000011 | 10001111 | 1011101 | 0 | 11011 | 110100 | 11000 | 11101 | 101110 | 111000 |
Color Harmonies of #C38F5D
Complementary color
Monochromatic Colors of #C38F5D
Black with #C38F5D
Text Example
Text Example
White with #C38F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F5D; }
p { color: rgb(195,143,93); }
H1.HeaderClassName
{
color: #C38F5D;
}
.AnyTagClassName
{
color: #C38F5D;
}
</style>
background-color css
<style>
a { background-color: #C38F5D; }
a { background-color: rgb(195,143,93); }
div.DivClassName
{
background-color: #C38F5D;
}
.BgClassName
{
background-color: #C38F5D;
}
</style>
border-color css
<style>
span { border-color: #C38F5D; }
span { border-color: rgb(195,143,93); }
td.TdClassName
{
border-color: #C38F5D;
}
.TagClassName
{
border-color: #C38F5D;
}
</style>