Shades of Feldspar #C98A6D
Tints of Feldspar #C98A6D
RGB
CMYK
RGB Variations
Color information
#C98A6D (or 0xC98A6D) is known color: Feldspar. HEX triplet: C9, 8A and 6D. RGB value is (201,138,109). Sum of RGB (Red+Green+Blue) = 201+138+109=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6D is #367592. Grayscale: #999999. Windows color (decimal): -3569043 or 7178953. OLE color: 7178953.
HSL color Cylindrical-coordinate representation of color #C98A6D: hue angle of 18.91º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C98A6D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 109 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.21 |
| HSL | 18.91º | 0.46% | 0.61% | - |
| HSV(B) | 18.91º | 0.46% | 0.79% | - |
| XYZ | 35.94 | 31.7 | 18.69 | - |
| YUV | 153.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 109 | 0 | 0.31 | 0.46 | 0.21 | 18.91 | 0.46 | 0.61 |
| Hex | C9 | 8A | 6D | 0 | 1F | 2E | 15 | 13 | 2E | 3D |
| Octal | 311 | 212 | 155 | 0 | 37 | 56 | 25 | 23 | 56 | 75 |
| Binary | 11001001 | 10001010 | 1101101 | 0 | 11111 | 101110 | 10101 | 10011 | 101110 | 111101 |
Color Harmonies of #C98A6D
Complementary color
Monochromatic Colors of #C98A6D
Black with #C98A6D
Text Example
Text Example
White with #C98A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A6D; }
p { color: rgb(201,138,109); }
H1.HeaderClassName
{
color: #C98A6D;
}
.AnyTagClassName
{
color: #C98A6D;
}
</style>
background-color css
<style>
a { background-color: #C98A6D; }
a { background-color: rgb(201,138,109); }
div.DivClassName
{
background-color: #C98A6D;
}
.BgClassName
{
background-color: #C98A6D;
}
</style>
border-color css
<style>
span { border-color: #C98A6D; }
span { border-color: rgb(201,138,109); }
td.TdClassName
{
border-color: #C98A6D;
}
.TagClassName
{
border-color: #C98A6D;
}
</style>