Shades of Feldspar #C69575
Tints of Feldspar #C69575
RGB
CMYK
RGB Variations
Color information
#C69575 (or 0xC69575) is known color: Feldspar. HEX triplet: C6, 95 and 75. RGB value is (198,149,117). Sum of RGB (Red+Green+Blue) = 198+149+117=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69575 is #396A8A. Grayscale: #A0A0A0. Windows color (decimal): -3762827 or 7706054. OLE color: 7706054.
HSL color Cylindrical-coordinate representation of color #C69575: hue angle of 23.7º 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 #C69575 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 117 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.22 |
| HSL | 23.7º | 0.42% | 0.62% | - |
| HSV(B) | 23.7º | 0.41% | 0.78% | - |
| XYZ | 37.25 | 34.79 | 21.58 | - |
| YUV | 160 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 117 | 0 | 0.25 | 0.41 | 0.22 | 23.7 | 0.42 | 0.62 |
| Hex | C6 | 95 | 75 | 0 | 19 | 29 | 16 | 18 | 2A | 3E |
| Octal | 306 | 225 | 165 | 0 | 31 | 51 | 26 | 30 | 52 | 76 |
| Binary | 11000110 | 10010101 | 1110101 | 0 | 11001 | 101001 | 10110 | 11000 | 101010 | 111110 |
Color Harmonies of #C69575
Complementary color
Monochromatic Colors of #C69575
Black with #C69575
Text Example
Text Example
White with #C69575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69575; }
p { color: rgb(198,149,117); }
H1.HeaderClassName
{
color: #C69575;
}
.AnyTagClassName
{
color: #C69575;
}
</style>
background-color css
<style>
a { background-color: #C69575; }
a { background-color: rgb(198,149,117); }
div.DivClassName
{
background-color: #C69575;
}
.BgClassName
{
background-color: #C69575;
}
</style>
border-color css
<style>
span { border-color: #C69575; }
span { border-color: rgb(198,149,117); }
td.TdClassName
{
border-color: #C69575;
}
.TagClassName
{
border-color: #C69575;
}
</style>