Shades of Feldspar #C3896E
Tints of Feldspar #C3896E
RGB
CMYK
RGB Variations
Color information
#C3896E (or 0xC3896E) is known color: Feldspar. HEX triplet: C3, 89 and 6E. RGB value is (195,137,110). Sum of RGB (Red+Green+Blue) = 195+137+110=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3896E is #3C7691. Grayscale: #979797. Windows color (decimal): -3962514 or 7244227. OLE color: 7244227.
HSL color Cylindrical-coordinate representation of color #C3896E: hue angle of 19.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3896E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 110 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.24 |
| HSL | 19.06º | 0.41% | 0.6% | - |
| HSV(B) | 19.06º | 0.44% | 0.76% | - |
| XYZ | 34.27 | 30.62 | 18.86 | - |
| YUV | 151.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 110 | 0 | 0.30 | 0.44 | 0.24 | 19.06 | 0.41 | 0.6 |
| Hex | C3 | 89 | 6E | 0 | 1E | 2C | 18 | 13 | 29 | 3C |
| Octal | 303 | 211 | 156 | 0 | 36 | 54 | 30 | 23 | 51 | 74 |
| Binary | 11000011 | 10001001 | 1101110 | 0 | 11110 | 101100 | 11000 | 10011 | 101001 | 111100 |
Color Harmonies of #C3896E
Complementary color
Monochromatic Colors of #C3896E
Black with #C3896E
Text Example
Text Example
White with #C3896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3896E; }
p { color: rgb(195,137,110); }
H1.HeaderClassName
{
color: #C3896E;
}
.AnyTagClassName
{
color: #C3896E;
}
</style>
background-color css
<style>
a { background-color: #C3896E; }
a { background-color: rgb(195,137,110); }
div.DivClassName
{
background-color: #C3896E;
}
.BgClassName
{
background-color: #C3896E;
}
</style>
border-color css
<style>
span { border-color: #C3896E; }
span { border-color: rgb(195,137,110); }
td.TdClassName
{
border-color: #C3896E;
}
.TagClassName
{
border-color: #C3896E;
}
</style>