Shades of Feldspar #C6927D
Tints of Feldspar #C6927D
RGB
CMYK
RGB Variations
Color information
#C6927D (or 0xC6927D) is known color: Feldspar. HEX triplet: C6, 92 and 7D. RGB value is (198,146,125). Sum of RGB (Red+Green+Blue) = 198+146+125=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927D is #396D82. Grayscale: #9F9F9F. Windows color (decimal): -3763587 or 8229574. OLE color: 8229574.
HSL color Cylindrical-coordinate representation of color #C6927D: hue angle of 17.26º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6927D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 125 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.22 |
| HSL | 17.26º | 0.39% | 0.63% | - |
| HSV(B) | 17.26º | 0.37% | 0.78% | - |
| XYZ | 37.27 | 34.04 | 24.01 | - |
| YUV | 159.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 125 | 0 | 0.26 | 0.37 | 0.22 | 17.26 | 0.39 | 0.63 |
| Hex | C6 | 92 | 7D | 0 | 1A | 25 | 16 | 11 | 27 | 3F |
| Octal | 306 | 222 | 175 | 0 | 32 | 45 | 26 | 21 | 47 | 77 |
| Binary | 11000110 | 10010010 | 1111101 | 0 | 11010 | 100101 | 10110 | 10001 | 100111 | 111111 |
Color Harmonies of #C6927D
Complementary color
Monochromatic Colors of #C6927D
Black with #C6927D
Text Example
Text Example
White with #C6927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6927D; }
p { color: rgb(198,146,125); }
H1.HeaderClassName
{
color: #C6927D;
}
.AnyTagClassName
{
color: #C6927D;
}
</style>
background-color css
<style>
a { background-color: #C6927D; }
a { background-color: rgb(198,146,125); }
div.DivClassName
{
background-color: #C6927D;
}
.BgClassName
{
background-color: #C6927D;
}
</style>
border-color css
<style>
span { border-color: #C6927D; }
span { border-color: rgb(198,146,125); }
td.TdClassName
{
border-color: #C6927D;
}
.TagClassName
{
border-color: #C6927D;
}
</style>