Shades of Twine #C38458
Tints of Twine #C38458
RGB
CMYK
RGB Variations
Color information
#C38458 (or 0xC38458) is known color: Twine. HEX triplet: C3, 84 and 58. RGB value is (195,132,88). Sum of RGB (Red+Green+Blue) = 195+132+88=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38458 is #3C7BA7. Grayscale: #929292. Windows color (decimal): -3963816 or 5801155. OLE color: 5801155.
HSL color Cylindrical-coordinate representation of color #C38458: hue angle of 24.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C38458 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 88 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.24 |
| HSL | 24.67º | 0.47% | 0.55% | - |
| HSV(B) | 24.67º | 0.55% | 0.76% | - |
| XYZ | 32.52 | 28.81 | 13.08 | - |
| YUV | 145.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 88 | 0 | 0.32 | 0.55 | 0.24 | 24.67 | 0.47 | 0.55 |
| Hex | C3 | 84 | 58 | 0 | 20 | 37 | 18 | 19 | 2F | 37 |
| Octal | 303 | 204 | 130 | 0 | 40 | 67 | 30 | 31 | 57 | 67 |
| Binary | 11000011 | 10000100 | 1011000 | 0 | 100000 | 110111 | 11000 | 11001 | 101111 | 110111 |
Color Harmonies of #C38458
Complementary color
Monochromatic Colors of #C38458
Black with #C38458
Text Example
Text Example
White with #C38458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38458; }
p { color: rgb(195,132,88); }
H1.HeaderClassName
{
color: #C38458;
}
.AnyTagClassName
{
color: #C38458;
}
</style>
background-color css
<style>
a { background-color: #C38458; }
a { background-color: rgb(195,132,88); }
div.DivClassName
{
background-color: #C38458;
}
.BgClassName
{
background-color: #C38458;
}
</style>
border-color css
<style>
span { border-color: #C38458; }
span { border-color: rgb(195,132,88); }
td.TdClassName
{
border-color: #C38458;
}
.TagClassName
{
border-color: #C38458;
}
</style>