Shades of Feldspar #C69178
Tints of Feldspar #C69178
RGB
CMYK
RGB Variations
Color information
#C69178 (or 0xC69178) is known color: Feldspar. HEX triplet: C6, 91 and 78. RGB value is (198,145,120). Sum of RGB (Red+Green+Blue) = 198+145+120=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69178 is #396E87. Grayscale: #9E9E9E. Windows color (decimal): -3763848 or 7901638. OLE color: 7901638.
HSL color Cylindrical-coordinate representation of color #C69178: hue angle of 19.23º 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 #C69178 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 120 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.22 |
| HSL | 19.23º | 0.41% | 0.62% | - |
| HSV(B) | 19.23º | 0.39% | 0.78% | - |
| XYZ | 36.8 | 33.61 | 22.32 | - |
| YUV | 158 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 120 | 0 | 0.27 | 0.39 | 0.22 | 19.23 | 0.41 | 0.62 |
| Hex | C6 | 91 | 78 | 0 | 1B | 27 | 16 | 13 | 29 | 3E |
| Octal | 306 | 221 | 170 | 0 | 33 | 47 | 26 | 23 | 51 | 76 |
| Binary | 11000110 | 10010001 | 1111000 | 0 | 11011 | 100111 | 10110 | 10011 | 101001 | 111110 |
Color Harmonies of #C69178
Complementary color
Monochromatic Colors of #C69178
Black with #C69178
Text Example
Text Example
White with #C69178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69178; }
p { color: rgb(198,145,120); }
H1.HeaderClassName
{
color: #C69178;
}
.AnyTagClassName
{
color: #C69178;
}
</style>
background-color css
<style>
a { background-color: #C69178; }
a { background-color: rgb(198,145,120); }
div.DivClassName
{
background-color: #C69178;
}
.BgClassName
{
background-color: #C69178;
}
</style>
border-color css
<style>
span { border-color: #C69178; }
span { border-color: rgb(198,145,120); }
td.TdClassName
{
border-color: #C69178;
}
.TagClassName
{
border-color: #C69178;
}
</style>