Shades of Twine #C38C56
Tints of Twine #C38C56
RGB
CMYK
RGB Variations
Color information
#C38C56 (or 0xC38C56) is known color: Twine. HEX triplet: C3, 8C and 56. RGB value is (195,140,86). Sum of RGB (Red+Green+Blue) = 195+140+86=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C56 is #3C73A9. Grayscale: #969696. Windows color (decimal): -3961770 or 5672131. OLE color: 5672131.
HSL color Cylindrical-coordinate representation of color #C38C56: hue angle of 29.72º 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 #C38C56 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 86 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.24 |
| HSL | 29.72º | 0.48% | 0.55% | - |
| HSV(B) | 29.72º | 0.56% | 0.76% | - |
| XYZ | 33.56 | 31.03 | 13.02 | - |
| YUV | 150.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 86 | 0 | 0.28 | 0.56 | 0.24 | 29.72 | 0.48 | 0.55 |
| Hex | C3 | 8C | 56 | 0 | 1C | 38 | 18 | 1E | 30 | 37 |
| Octal | 303 | 214 | 126 | 0 | 34 | 70 | 30 | 36 | 60 | 67 |
| Binary | 11000011 | 10001100 | 1010110 | 0 | 11100 | 111000 | 11000 | 11110 | 110000 | 110111 |
Color Harmonies of #C38C56
Complementary color
Monochromatic Colors of #C38C56
Black with #C38C56
Text Example
Text Example
White with #C38C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C56; }
p { color: rgb(195,140,86); }
H1.HeaderClassName
{
color: #C38C56;
}
.AnyTagClassName
{
color: #C38C56;
}
</style>
background-color css
<style>
a { background-color: #C38C56; }
a { background-color: rgb(195,140,86); }
div.DivClassName
{
background-color: #C38C56;
}
.BgClassName
{
background-color: #C38C56;
}
</style>
border-color css
<style>
span { border-color: #C38C56; }
span { border-color: rgb(195,140,86); }
td.TdClassName
{
border-color: #C38C56;
}
.TagClassName
{
border-color: #C38C56;
}
</style>