Shades of Feldspar #C68873
Tints of Feldspar #C68873
RGB
CMYK
RGB Variations
Color information
#C68873 (or 0xC68873) is known color: Feldspar. HEX triplet: C6, 88 and 73. RGB value is (198,136,115). Sum of RGB (Red+Green+Blue) = 198+136+115=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C68873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68873 is #39778C. Grayscale: #989898. Windows color (decimal): -3766157 or 7571654. OLE color: 7571654.
HSL color Cylindrical-coordinate representation of color #C68873: hue angle of 15.18º 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 #C68873 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 115 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.22 |
| HSL | 15.18º | 0.42% | 0.61% | - |
| HSV(B) | 15.18º | 0.42% | 0.78% | - |
| XYZ | 35.19 | 30.85 | 20.32 | - |
| YUV | 152.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 115 | 0 | 0.31 | 0.42 | 0.22 | 15.18 | 0.42 | 0.61 |
| Hex | C6 | 88 | 73 | 0 | 1F | 2A | 16 | F | 2A | 3D |
| Octal | 306 | 210 | 163 | 0 | 37 | 52 | 26 | 17 | 52 | 75 |
| Binary | 11000110 | 10001000 | 1110011 | 0 | 11111 | 101010 | 10110 | 1111 | 101010 | 111101 |
Color Harmonies of #C68873
Complementary color
Monochromatic Colors of #C68873
Black with #C68873
Text Example
Text Example
White with #C68873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68873; }
p { color: rgb(198,136,115); }
H1.HeaderClassName
{
color: #C68873;
}
.AnyTagClassName
{
color: #C68873;
}
</style>
background-color css
<style>
a { background-color: #C68873; }
a { background-color: rgb(198,136,115); }
div.DivClassName
{
background-color: #C68873;
}
.BgClassName
{
background-color: #C68873;
}
</style>
border-color css
<style>
span { border-color: #C68873; }
span { border-color: rgb(198,136,115); }
td.TdClassName
{
border-color: #C68873;
}
.TagClassName
{
border-color: #C68873;
}
</style>