Shades of Twine #C38F63
Tints of Twine #C38F63
RGB
CMYK
RGB Variations
Color information
#C38F63 (or 0xC38F63) is known color: Twine. HEX triplet: C3, 8F and 63. RGB value is (195,143,99). Sum of RGB (Red+Green+Blue) = 195+143+99=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F63 is #3C709C. Grayscale: #999999. Windows color (decimal): -3960989 or 6524867. OLE color: 6524867.
HSL color Cylindrical-coordinate representation of color #C38F63: hue angle of 27.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38F63 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 99 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.24 |
| HSL | 27.5º | 0.44% | 0.58% | - |
| HSV(B) | 27.5º | 0.49% | 0.76% | - |
| XYZ | 34.58 | 32.15 | 16.19 | - |
| YUV | 153.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 99 | 0 | 0.27 | 0.49 | 0.24 | 27.5 | 0.44 | 0.58 |
| Hex | C3 | 8F | 63 | 0 | 1B | 31 | 18 | 1C | 2C | 3A |
| Octal | 303 | 217 | 143 | 0 | 33 | 61 | 30 | 34 | 54 | 72 |
| Binary | 11000011 | 10001111 | 1100011 | 0 | 11011 | 110001 | 11000 | 11100 | 101100 | 111010 |
Color Harmonies of #C38F63
Complementary color
Monochromatic Colors of #C38F63
Black with #C38F63
Text Example
Text Example
White with #C38F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F63; }
p { color: rgb(195,143,99); }
H1.HeaderClassName
{
color: #C38F63;
}
.AnyTagClassName
{
color: #C38F63;
}
</style>
background-color css
<style>
a { background-color: #C38F63; }
a { background-color: rgb(195,143,99); }
div.DivClassName
{
background-color: #C38F63;
}
.BgClassName
{
background-color: #C38F63;
}
</style>
border-color css
<style>
span { border-color: #C38F63; }
span { border-color: rgb(195,143,99); }
td.TdClassName
{
border-color: #C38F63;
}
.TagClassName
{
border-color: #C38F63;
}
</style>