Shades of Feldspar #C99672
Tints of Feldspar #C99672
RGB
CMYK
RGB Variations
Color information
#C99672 (or 0xC99672) is known color: Feldspar. HEX triplet: C9, 96 and 72. RGB value is (201,150,114). Sum of RGB (Red+Green+Blue) = 201+150+114=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C99672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99672 is #36698D. Grayscale: #A1A1A1. Windows color (decimal): -3565966 or 7509705. OLE color: 7509705.
HSL color Cylindrical-coordinate representation of color #C99672: hue angle of 24.83º degrees, saturation: 0.45, 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 #C99672 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 114 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.21 |
| HSL | 24.83º | 0.45% | 0.62% | - |
| HSV(B) | 24.83º | 0.43% | 0.79% | - |
| XYZ | 38.03 | 35.45 | 20.76 | - |
| YUV | 161.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 114 | 0 | 0.25 | 0.43 | 0.21 | 24.83 | 0.45 | 0.62 |
| Hex | C9 | 96 | 72 | 0 | 19 | 2B | 15 | 19 | 2D | 3E |
| Octal | 311 | 226 | 162 | 0 | 31 | 53 | 25 | 31 | 55 | 76 |
| Binary | 11001001 | 10010110 | 1110010 | 0 | 11001 | 101011 | 10101 | 11001 | 101101 | 111110 |
Color Harmonies of #C99672
Complementary color
Monochromatic Colors of #C99672
Black with #C99672
Text Example
Text Example
White with #C99672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99672; }
p { color: rgb(201,150,114); }
H1.HeaderClassName
{
color: #C99672;
}
.AnyTagClassName
{
color: #C99672;
}
</style>
background-color css
<style>
a { background-color: #C99672; }
a { background-color: rgb(201,150,114); }
div.DivClassName
{
background-color: #C99672;
}
.BgClassName
{
background-color: #C99672;
}
</style>
border-color css
<style>
span { border-color: #C99672; }
span { border-color: rgb(201,150,114); }
td.TdClassName
{
border-color: #C99672;
}
.TagClassName
{
border-color: #C99672;
}
</style>