Shades of Twine #C38F50
Tints of Twine #C38F50
RGB
CMYK
RGB Variations
Color information
#C38F50 (or 0xC38F50) is known color: Twine. HEX triplet: C3, 8F and 50. RGB value is (195,143,80). Sum of RGB (Red+Green+Blue) = 195+143+80=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F50 is #3C70AF. Grayscale: #979797. Windows color (decimal): -3961008 or 5279683. OLE color: 5279683.
HSL color Cylindrical-coordinate representation of color #C38F50: hue angle of 32.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C38F50 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 80 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.24 |
| HSL | 32.87º | 0.49% | 0.54% | - |
| HSV(B) | 32.87º | 0.59% | 0.76% | - |
| XYZ | 33.78 | 31.83 | 11.95 | - |
| YUV | 151.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 80 | 0 | 0.27 | 0.59 | 0.24 | 32.87 | 0.49 | 0.54 |
| Hex | C3 | 8F | 50 | 0 | 1B | 3B | 18 | 21 | 31 | 36 |
| Octal | 303 | 217 | 120 | 0 | 33 | 73 | 30 | 41 | 61 | 66 |
| Binary | 11000011 | 10001111 | 1010000 | 0 | 11011 | 111011 | 11000 | 100001 | 110001 | 110110 |
Color Harmonies of #C38F50
Complementary color
Monochromatic Colors of #C38F50
Black with #C38F50
Text Example
Text Example
White with #C38F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F50; }
p { color: rgb(195,143,80); }
H1.HeaderClassName
{
color: #C38F50;
}
.AnyTagClassName
{
color: #C38F50;
}
</style>
background-color css
<style>
a { background-color: #C38F50; }
a { background-color: rgb(195,143,80); }
div.DivClassName
{
background-color: #C38F50;
}
.BgClassName
{
background-color: #C38F50;
}
</style>
border-color css
<style>
span { border-color: #C38F50; }
span { border-color: rgb(195,143,80); }
td.TdClassName
{
border-color: #C38F50;
}
.TagClassName
{
border-color: #C38F50;
}
</style>