Shades of Feldspar #C99673
Tints of Feldspar #C99673
RGB
CMYK
RGB Variations
Color information
#C99673 (or 0xC99673) is known color: Feldspar. HEX triplet: C9, 96 and 73. RGB value is (201,150,115). Sum of RGB (Red+Green+Blue) = 201+150+115=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99673 is #36698C. Grayscale: #A1A1A1. Windows color (decimal): -3565965 or 7575241. OLE color: 7575241.
HSL color Cylindrical-coordinate representation of color #C99673: hue angle of 24.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C99673 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 115 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.21 |
| HSL | 24.42º | 0.44% | 0.62% | - |
| HSV(B) | 24.42º | 0.43% | 0.79% | - |
| XYZ | 38.09 | 35.47 | 21.06 | - |
| YUV | 161.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 115 | 0 | 0.25 | 0.43 | 0.21 | 24.42 | 0.44 | 0.62 |
| Hex | C9 | 96 | 73 | 0 | 19 | 2B | 15 | 18 | 2C | 3E |
| Octal | 311 | 226 | 163 | 0 | 31 | 53 | 25 | 30 | 54 | 76 |
| Binary | 11001001 | 10010110 | 1110011 | 0 | 11001 | 101011 | 10101 | 11000 | 101100 | 111110 |
Color Harmonies of #C99673
Complementary color
Monochromatic Colors of #C99673
Black with #C99673
Text Example
Text Example
White with #C99673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99673; }
p { color: rgb(201,150,115); }
H1.HeaderClassName
{
color: #C99673;
}
.AnyTagClassName
{
color: #C99673;
}
</style>
background-color css
<style>
a { background-color: #C99673; }
a { background-color: rgb(201,150,115); }
div.DivClassName
{
background-color: #C99673;
}
.BgClassName
{
background-color: #C99673;
}
</style>
border-color css
<style>
span { border-color: #C99673; }
span { border-color: rgb(201,150,115); }
td.TdClassName
{
border-color: #C99673;
}
.TagClassName
{
border-color: #C99673;
}
</style>