Shades of Feldspar #C69170
Tints of Feldspar #C69170
RGB
CMYK
RGB Variations
Color information
#C69170 (or 0xC69170) is known color: Feldspar. HEX triplet: C6, 91 and 70. RGB value is (198,145,112). Sum of RGB (Red+Green+Blue) = 198+145+112=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C69170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69170 is #396E8F. Grayscale: #9D9D9D. Windows color (decimal): -3763856 or 7377350. OLE color: 7377350.
HSL color Cylindrical-coordinate representation of color #C69170: hue angle of 23.02º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C69170 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 112 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.22 |
| HSL | 23.02º | 0.43% | 0.61% | - |
| HSV(B) | 23.02º | 0.43% | 0.78% | - |
| XYZ | 36.34 | 33.43 | 19.87 | - |
| YUV | 157.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 112 | 0 | 0.27 | 0.43 | 0.22 | 23.02 | 0.43 | 0.61 |
| Hex | C6 | 91 | 70 | 0 | 1B | 2B | 16 | 17 | 2B | 3D |
| Octal | 306 | 221 | 160 | 0 | 33 | 53 | 26 | 27 | 53 | 75 |
| Binary | 11000110 | 10010001 | 1110000 | 0 | 11011 | 101011 | 10110 | 10111 | 101011 | 111101 |
Color Harmonies of #C69170
Complementary color
Monochromatic Colors of #C69170
Black with #C69170
Text Example
Text Example
White with #C69170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69170; }
p { color: rgb(198,145,112); }
H1.HeaderClassName
{
color: #C69170;
}
.AnyTagClassName
{
color: #C69170;
}
</style>
background-color css
<style>
a { background-color: #C69170; }
a { background-color: rgb(198,145,112); }
div.DivClassName
{
background-color: #C69170;
}
.BgClassName
{
background-color: #C69170;
}
</style>
border-color css
<style>
span { border-color: #C69170; }
span { border-color: rgb(198,145,112); }
td.TdClassName
{
border-color: #C69170;
}
.TagClassName
{
border-color: #C69170;
}
</style>