Shades of Twine #C38F55
Tints of Twine #C38F55
RGB
CMYK
RGB Variations
Color information
#C38F55 (or 0xC38F55) is known color: Twine. HEX triplet: C3, 8F and 55. RGB value is (195,143,85). Sum of RGB (Red+Green+Blue) = 195+143+85=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F55 is #3C70AA. Grayscale: #989898. Windows color (decimal): -3961003 or 5607363. OLE color: 5607363.
HSL color Cylindrical-coordinate representation of color #C38F55: hue angle of 31.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38F55 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 85 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.24 |
| HSL | 31.64º | 0.48% | 0.55% | - |
| HSV(B) | 31.64º | 0.56% | 0.76% | - |
| XYZ | 33.97 | 31.9 | 12.96 | - |
| YUV | 151.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 85 | 0 | 0.27 | 0.56 | 0.24 | 31.64 | 0.48 | 0.55 |
| Hex | C3 | 8F | 55 | 0 | 1B | 38 | 18 | 20 | 30 | 37 |
| Octal | 303 | 217 | 125 | 0 | 33 | 70 | 30 | 40 | 60 | 67 |
| Binary | 11000011 | 10001111 | 1010101 | 0 | 11011 | 111000 | 11000 | 100000 | 110000 | 110111 |
Color Harmonies of #C38F55
Complementary color
Monochromatic Colors of #C38F55
Black with #C38F55
Text Example
Text Example
White with #C38F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F55; }
p { color: rgb(195,143,85); }
H1.HeaderClassName
{
color: #C38F55;
}
.AnyTagClassName
{
color: #C38F55;
}
</style>
background-color css
<style>
a { background-color: #C38F55; }
a { background-color: rgb(195,143,85); }
div.DivClassName
{
background-color: #C38F55;
}
.BgClassName
{
background-color: #C38F55;
}
</style>
border-color css
<style>
span { border-color: #C38F55; }
span { border-color: rgb(195,143,85); }
td.TdClassName
{
border-color: #C38F55;
}
.TagClassName
{
border-color: #C38F55;
}
</style>