Shades of Twine #C3915C
Tints of Twine #C3915C
RGB
CMYK
RGB Variations
Color information
#C3915C (or 0xC3915C) is known color: Twine. HEX triplet: C3, 91 and 5C. RGB value is (195,145,92). Sum of RGB (Red+Green+Blue) = 195+145+92=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3915C is #3C6EA3. Grayscale: #9A9A9A. Windows color (decimal): -3960484 or 6066627. OLE color: 6066627.
HSL color Cylindrical-coordinate representation of color #C3915C: hue angle of 30.87º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3915C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 92 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.24 |
| HSL | 30.87º | 0.46% | 0.56% | - |
| HSV(B) | 30.87º | 0.53% | 0.76% | - |
| XYZ | 34.56 | 32.63 | 14.6 | - |
| YUV | 153.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 92 | 0 | 0.26 | 0.53 | 0.24 | 30.87 | 0.46 | 0.56 |
| Hex | C3 | 91 | 5C | 0 | 1A | 35 | 18 | 1F | 2E | 38 |
| Octal | 303 | 221 | 134 | 0 | 32 | 65 | 30 | 37 | 56 | 70 |
| Binary | 11000011 | 10010001 | 1011100 | 0 | 11010 | 110101 | 11000 | 11111 | 101110 | 111000 |
Color Harmonies of #C3915C
Complementary color
Monochromatic Colors of #C3915C
Black with #C3915C
Text Example
Text Example
White with #C3915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3915C; }
p { color: rgb(195,145,92); }
H1.HeaderClassName
{
color: #C3915C;
}
.AnyTagClassName
{
color: #C3915C;
}
</style>
background-color css
<style>
a { background-color: #C3915C; }
a { background-color: rgb(195,145,92); }
div.DivClassName
{
background-color: #C3915C;
}
.BgClassName
{
background-color: #C3915C;
}
</style>
border-color css
<style>
span { border-color: #C3915C; }
span { border-color: rgb(195,145,92); }
td.TdClassName
{
border-color: #C3915C;
}
.TagClassName
{
border-color: #C3915C;
}
</style>