Shades of Feldspar #C69272
Tints of Feldspar #C69272
RGB
CMYK
RGB Variations
Color information
#C69272 (or 0xC69272) is known color: Feldspar. HEX triplet: C6, 92 and 72. RGB value is (198,146,114). Sum of RGB (Red+Green+Blue) = 198+146+114=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C69272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69272 is #396D8D. Grayscale: #9E9E9E. Windows color (decimal): -3763598 or 7508678. OLE color: 7508678.
HSL color Cylindrical-coordinate representation of color #C69272: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C69272 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 114 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.22 |
| HSL | 22.86º | 0.42% | 0.61% | - |
| HSV(B) | 22.86º | 0.42% | 0.78% | - |
| XYZ | 36.6 | 33.78 | 20.51 | - |
| YUV | 157.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 114 | 0 | 0.26 | 0.42 | 0.22 | 22.86 | 0.42 | 0.61 |
| Hex | C6 | 92 | 72 | 0 | 1A | 2A | 16 | 17 | 2A | 3D |
| Octal | 306 | 222 | 162 | 0 | 32 | 52 | 26 | 27 | 52 | 75 |
| Binary | 11000110 | 10010010 | 1110010 | 0 | 11010 | 101010 | 10110 | 10111 | 101010 | 111101 |
Color Harmonies of #C69272
Complementary color
Monochromatic Colors of #C69272
Black with #C69272
Text Example
Text Example
White with #C69272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69272; }
p { color: rgb(198,146,114); }
H1.HeaderClassName
{
color: #C69272;
}
.AnyTagClassName
{
color: #C69272;
}
</style>
background-color css
<style>
a { background-color: #C69272; }
a { background-color: rgb(198,146,114); }
div.DivClassName
{
background-color: #C69272;
}
.BgClassName
{
background-color: #C69272;
}
</style>
border-color css
<style>
span { border-color: #C69272; }
span { border-color: rgb(198,146,114); }
td.TdClassName
{
border-color: #C69272;
}
.TagClassName
{
border-color: #C69272;
}
</style>