Shades of Feldspar #C69278
Tints of Feldspar #C69278
RGB
CMYK
RGB Variations
Color information
#C69278 (or 0xC69278) is known color: Feldspar. HEX triplet: C6, 92 and 78. RGB value is (198,146,120). Sum of RGB (Red+Green+Blue) = 198+146+120=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69278 is #396D87. Grayscale: #9E9E9E. Windows color (decimal): -3763592 or 7901894. OLE color: 7901894.
HSL color Cylindrical-coordinate representation of color #C69278: hue angle of 20º 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 #C69278 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 120 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.22 |
| HSL | 20º | 0.41% | 0.62% | - |
| HSV(B) | 20º | 0.39% | 0.78% | - |
| XYZ | 36.96 | 33.92 | 22.37 | - |
| YUV | 158.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 120 | 0 | 0.26 | 0.39 | 0.22 | 20 | 0.41 | 0.62 |
| Hex | C6 | 92 | 78 | 0 | 1A | 27 | 16 | 14 | 29 | 3E |
| Octal | 306 | 222 | 170 | 0 | 32 | 47 | 26 | 24 | 51 | 76 |
| Binary | 11000110 | 10010010 | 1111000 | 0 | 11010 | 100111 | 10110 | 10100 | 101001 | 111110 |
Color Harmonies of #C69278
Complementary color
Monochromatic Colors of #C69278
Black with #C69278
Text Example
Text Example
White with #C69278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69278; }
p { color: rgb(198,146,120); }
H1.HeaderClassName
{
color: #C69278;
}
.AnyTagClassName
{
color: #C69278;
}
</style>
background-color css
<style>
a { background-color: #C69278; }
a { background-color: rgb(198,146,120); }
div.DivClassName
{
background-color: #C69278;
}
.BgClassName
{
background-color: #C69278;
}
</style>
border-color css
<style>
span { border-color: #C69278; }
span { border-color: rgb(198,146,120); }
td.TdClassName
{
border-color: #C69278;
}
.TagClassName
{
border-color: #C69278;
}
</style>