Shades of Feldspar #C4917A
Tints of Feldspar #C4917A
RGB
CMYK
RGB Variations
Color information
#C4917A (or 0xC4917A) is known color: Feldspar. HEX triplet: C4, 91 and 7A. RGB value is (196,145,122). Sum of RGB (Red+Green+Blue) = 196+145+122=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4917A is #3B6E85. Grayscale: #9D9D9D. Windows color (decimal): -3894918 or 8032708. OLE color: 8032708.
HSL color Cylindrical-coordinate representation of color #C4917A: hue angle of 18.65º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4917A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 122 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.23 |
| HSL | 18.65º | 0.39% | 0.62% | - |
| HSV(B) | 18.65º | 0.38% | 0.77% | - |
| XYZ | 36.4 | 33.39 | 22.94 | - |
| YUV | 157.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 122 | 0 | 0.26 | 0.38 | 0.23 | 18.65 | 0.39 | 0.62 |
| Hex | C4 | 91 | 7A | 0 | 1A | 26 | 17 | 13 | 27 | 3E |
| Octal | 304 | 221 | 172 | 0 | 32 | 46 | 27 | 23 | 47 | 76 |
| Binary | 11000100 | 10010001 | 1111010 | 0 | 11010 | 100110 | 10111 | 10011 | 100111 | 111110 |
Color Harmonies of #C4917A
Complementary color
Monochromatic Colors of #C4917A
Black with #C4917A
Text Example
Text Example
White with #C4917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4917A; }
p { color: rgb(196,145,122); }
H1.HeaderClassName
{
color: #C4917A;
}
.AnyTagClassName
{
color: #C4917A;
}
</style>
background-color css
<style>
a { background-color: #C4917A; }
a { background-color: rgb(196,145,122); }
div.DivClassName
{
background-color: #C4917A;
}
.BgClassName
{
background-color: #C4917A;
}
</style>
border-color css
<style>
span { border-color: #C4917A; }
span { border-color: rgb(196,145,122); }
td.TdClassName
{
border-color: #C4917A;
}
.TagClassName
{
border-color: #C4917A;
}
</style>