Shades of Feldspar #C6927A
Tints of Feldspar #C6927A
RGB
CMYK
RGB Variations
Color information
#C6927A (or 0xC6927A) is known color: Feldspar. HEX triplet: C6, 92 and 7A. RGB value is (198,146,122). Sum of RGB (Red+Green+Blue) = 198+146+122=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927A is #396D85. Grayscale: #9E9E9E. Windows color (decimal): -3763590 or 8032966. OLE color: 8032966.
HSL color Cylindrical-coordinate representation of color #C6927A: hue angle of 18.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6927A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 122 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.22 |
| HSL | 18.95º | 0.4% | 0.63% | - |
| HSV(B) | 18.95º | 0.38% | 0.78% | - |
| XYZ | 37.08 | 33.97 | 23.01 | - |
| YUV | 158.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 122 | 0 | 0.26 | 0.38 | 0.22 | 18.95 | 0.4 | 0.63 |
| Hex | C6 | 92 | 7A | 0 | 1A | 26 | 16 | 13 | 28 | 3F |
| Octal | 306 | 222 | 172 | 0 | 32 | 46 | 26 | 23 | 50 | 77 |
| Binary | 11000110 | 10010010 | 1111010 | 0 | 11010 | 100110 | 10110 | 10011 | 101000 | 111111 |
Color Harmonies of #C6927A
Complementary color
Monochromatic Colors of #C6927A
Black with #C6927A
Text Example
Text Example
White with #C6927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6927A; }
p { color: rgb(198,146,122); }
H1.HeaderClassName
{
color: #C6927A;
}
.AnyTagClassName
{
color: #C6927A;
}
</style>
background-color css
<style>
a { background-color: #C6927A; }
a { background-color: rgb(198,146,122); }
div.DivClassName
{
background-color: #C6927A;
}
.BgClassName
{
background-color: #C6927A;
}
</style>
border-color css
<style>
span { border-color: #C6927A; }
span { border-color: rgb(198,146,122); }
td.TdClassName
{
border-color: #C6927A;
}
.TagClassName
{
border-color: #C6927A;
}
</style>