Shades of Feldspar #C69275
Tints of Feldspar #C69275
RGB
CMYK
RGB Variations
Color information
#C69275 (or 0xC69275) is known color: Feldspar. HEX triplet: C6, 92 and 75. RGB value is (198,146,117). Sum of RGB (Red+Green+Blue) = 198+146+117=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C69275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69275 is #396D8A. Grayscale: #9E9E9E. Windows color (decimal): -3763595 or 7705286. OLE color: 7705286.
HSL color Cylindrical-coordinate representation of color #C69275: hue angle of 21.48º 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 #C69275 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 117 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.22 |
| HSL | 21.48º | 0.42% | 0.62% | - |
| HSV(B) | 21.48º | 0.41% | 0.78% | - |
| XYZ | 36.78 | 33.85 | 21.42 | - |
| YUV | 158.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 117 | 0 | 0.26 | 0.41 | 0.22 | 21.48 | 0.42 | 0.62 |
| Hex | C6 | 92 | 75 | 0 | 1A | 29 | 16 | 15 | 2A | 3E |
| Octal | 306 | 222 | 165 | 0 | 32 | 51 | 26 | 25 | 52 | 76 |
| Binary | 11000110 | 10010010 | 1110101 | 0 | 11010 | 101001 | 10110 | 10101 | 101010 | 111110 |
Color Harmonies of #C69275
Complementary color
Monochromatic Colors of #C69275
Black with #C69275
Text Example
Text Example
White with #C69275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69275; }
p { color: rgb(198,146,117); }
H1.HeaderClassName
{
color: #C69275;
}
.AnyTagClassName
{
color: #C69275;
}
</style>
background-color css
<style>
a { background-color: #C69275; }
a { background-color: rgb(198,146,117); }
div.DivClassName
{
background-color: #C69275;
}
.BgClassName
{
background-color: #C69275;
}
</style>
border-color css
<style>
span { border-color: #C69275; }
span { border-color: rgb(198,146,117); }
td.TdClassName
{
border-color: #C69275;
}
.TagClassName
{
border-color: #C69275;
}
</style>