Shades of Twine #C3915D
Tints of Twine #C3915D
RGB
CMYK
RGB Variations
Color information
#C3915D (or 0xC3915D) is known color: Twine. HEX triplet: C3, 91 and 5D. RGB value is (195,145,93). Sum of RGB (Red+Green+Blue) = 195+145+93=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3915D is #3C6EA2. Grayscale: #9A9A9A. Windows color (decimal): -3960483 or 6132163. OLE color: 6132163.
HSL color Cylindrical-coordinate representation of color #C3915D: hue angle of 30.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3915D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 93 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.24 |
| HSL | 30.59º | 0.46% | 0.56% | - |
| HSV(B) | 30.59º | 0.52% | 0.76% | - |
| XYZ | 34.61 | 32.64 | 14.83 | - |
| YUV | 154.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 93 | 0 | 0.26 | 0.52 | 0.24 | 30.59 | 0.46 | 0.56 |
| Hex | C3 | 91 | 5D | 0 | 1A | 34 | 18 | 1F | 2E | 38 |
| Octal | 303 | 221 | 135 | 0 | 32 | 64 | 30 | 37 | 56 | 70 |
| Binary | 11000011 | 10010001 | 1011101 | 0 | 11010 | 110100 | 11000 | 11111 | 101110 | 111000 |
Color Harmonies of #C3915D
Complementary color
Monochromatic Colors of #C3915D
Black with #C3915D
Text Example
Text Example
White with #C3915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3915D; }
p { color: rgb(195,145,93); }
H1.HeaderClassName
{
color: #C3915D;
}
.AnyTagClassName
{
color: #C3915D;
}
</style>
background-color css
<style>
a { background-color: #C3915D; }
a { background-color: rgb(195,145,93); }
div.DivClassName
{
background-color: #C3915D;
}
.BgClassName
{
background-color: #C3915D;
}
</style>
border-color css
<style>
span { border-color: #C3915D; }
span { border-color: rgb(195,145,93); }
td.TdClassName
{
border-color: #C3915D;
}
.TagClassName
{
border-color: #C3915D;
}
</style>