Shades of Feldspar #C69478
Tints of Feldspar #C69478
RGB
CMYK
RGB Variations
Color information
#C69478 (or 0xC69478) is known color: Feldspar. HEX triplet: C6, 94 and 78. RGB value is (198,148,120). Sum of RGB (Red+Green+Blue) = 198+148+120=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C69478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69478 is #396B87. Grayscale: #9F9F9F. Windows color (decimal): -3763080 or 7902406. OLE color: 7902406.
HSL color Cylindrical-coordinate representation of color #C69478: hue angle of 21.54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69478 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 120 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.22 |
| HSL | 21.54º | 0.41% | 0.62% | - |
| HSV(B) | 21.54º | 0.39% | 0.78% | - |
| XYZ | 37.27 | 34.54 | 22.47 | - |
| YUV | 159.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 120 | 0 | 0.25 | 0.39 | 0.22 | 21.54 | 0.41 | 0.62 |
| Hex | C6 | 94 | 78 | 0 | 19 | 27 | 16 | 16 | 29 | 3E |
| Octal | 306 | 224 | 170 | 0 | 31 | 47 | 26 | 26 | 51 | 76 |
| Binary | 11000110 | 10010100 | 1111000 | 0 | 11001 | 100111 | 10110 | 10110 | 101001 | 111110 |
Color Harmonies of #C69478
Complementary color
Monochromatic Colors of #C69478
Black with #C69478
Text Example
Text Example
White with #C69478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69478; }
p { color: rgb(198,148,120); }
H1.HeaderClassName
{
color: #C69478;
}
.AnyTagClassName
{
color: #C69478;
}
</style>
background-color css
<style>
a { background-color: #C69478; }
a { background-color: rgb(198,148,120); }
div.DivClassName
{
background-color: #C69478;
}
.BgClassName
{
background-color: #C69478;
}
</style>
border-color css
<style>
span { border-color: #C69478; }
span { border-color: rgb(198,148,120); }
td.TdClassName
{
border-color: #C69478;
}
.TagClassName
{
border-color: #C69478;
}
</style>