Shades of Feldspar #C69174
Tints of Feldspar #C69174
RGB
CMYK
RGB Variations
Color information
#C69174 (or 0xC69174) is known color: Feldspar. HEX triplet: C6, 91 and 74. RGB value is (198,145,116). Sum of RGB (Red+Green+Blue) = 198+145+116=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C69174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69174 is #396E8B. Grayscale: #9D9D9D. Windows color (decimal): -3763852 or 7639494. OLE color: 7639494.
HSL color Cylindrical-coordinate representation of color #C69174: hue angle of 21.22º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C69174 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 116 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.22 |
| HSL | 21.22º | 0.42% | 0.62% | - |
| HSV(B) | 21.22º | 0.41% | 0.78% | - |
| XYZ | 36.57 | 33.52 | 21.07 | - |
| YUV | 157.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 116 | 0 | 0.27 | 0.41 | 0.22 | 21.22 | 0.42 | 0.62 |
| Hex | C6 | 91 | 74 | 0 | 1B | 29 | 16 | 15 | 2A | 3E |
| Octal | 306 | 221 | 164 | 0 | 33 | 51 | 26 | 25 | 52 | 76 |
| Binary | 11000110 | 10010001 | 1110100 | 0 | 11011 | 101001 | 10110 | 10101 | 101010 | 111110 |
Color Harmonies of #C69174
Complementary color
Monochromatic Colors of #C69174
Black with #C69174
Text Example
Text Example
White with #C69174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69174; }
p { color: rgb(198,145,116); }
H1.HeaderClassName
{
color: #C69174;
}
.AnyTagClassName
{
color: #C69174;
}
</style>
background-color css
<style>
a { background-color: #C69174; }
a { background-color: rgb(198,145,116); }
div.DivClassName
{
background-color: #C69174;
}
.BgClassName
{
background-color: #C69174;
}
</style>
border-color css
<style>
span { border-color: #C69174; }
span { border-color: rgb(198,145,116); }
td.TdClassName
{
border-color: #C69174;
}
.TagClassName
{
border-color: #C69174;
}
</style>