Shades of Feldspar #C99572
Tints of Feldspar #C99572
RGB
CMYK
RGB Variations
Color information
#C99572 (or 0xC99572) is known color: Feldspar. HEX triplet: C9, 95 and 72. RGB value is (201,149,114). Sum of RGB (Red+Green+Blue) = 201+149+114=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99572 is #366A8D. Grayscale: #A0A0A0. Windows color (decimal): -3566222 or 7509449. OLE color: 7509449.
HSL color Cylindrical-coordinate representation of color #C99572: hue angle of 24.14º 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 #C99572 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 114 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.21 |
| HSL | 24.14º | 0.45% | 0.62% | - |
| HSV(B) | 24.14º | 0.43% | 0.79% | - |
| XYZ | 37.87 | 35.13 | 20.7 | - |
| YUV | 160.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 114 | 0 | 0.26 | 0.43 | 0.21 | 24.14 | 0.45 | 0.62 |
| Hex | C9 | 95 | 72 | 0 | 1A | 2B | 15 | 18 | 2D | 3E |
| Octal | 311 | 225 | 162 | 0 | 32 | 53 | 25 | 30 | 55 | 76 |
| Binary | 11001001 | 10010101 | 1110010 | 0 | 11010 | 101011 | 10101 | 11000 | 101101 | 111110 |
Color Harmonies of #C99572
Complementary color
Monochromatic Colors of #C99572
Black with #C99572
Text Example
Text Example
White with #C99572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99572; }
p { color: rgb(201,149,114); }
H1.HeaderClassName
{
color: #C99572;
}
.AnyTagClassName
{
color: #C99572;
}
</style>
background-color css
<style>
a { background-color: #C99572; }
a { background-color: rgb(201,149,114); }
div.DivClassName
{
background-color: #C99572;
}
.BgClassName
{
background-color: #C99572;
}
</style>
border-color css
<style>
span { border-color: #C99572; }
span { border-color: rgb(201,149,114); }
td.TdClassName
{
border-color: #C99572;
}
.TagClassName
{
border-color: #C99572;
}
</style>