Shades of Feldspar #C99570
Tints of Feldspar #C99570
RGB
CMYK
RGB Variations
Color information
#C99570 (or 0xC99570) is known color: Feldspar. HEX triplet: C9, 95 and 70. RGB value is (201,149,112). Sum of RGB (Red+Green+Blue) = 201+149+112=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99570 is #366A8F. Grayscale: #A0A0A0. Windows color (decimal): -3566224 or 7378377. OLE color: 7378377.
HSL color Cylindrical-coordinate representation of color #C99570: hue angle of 24.94º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99570 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 112 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.21 |
| HSL | 24.94º | 0.45% | 0.61% | - |
| HSV(B) | 24.94º | 0.44% | 0.79% | - |
| XYZ | 37.76 | 35.08 | 20.11 | - |
| YUV | 160.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 112 | 0 | 0.26 | 0.44 | 0.21 | 24.94 | 0.45 | 0.61 |
| Hex | C9 | 95 | 70 | 0 | 1A | 2C | 15 | 19 | 2D | 3D |
| Octal | 311 | 225 | 160 | 0 | 32 | 54 | 25 | 31 | 55 | 75 |
| Binary | 11001001 | 10010101 | 1110000 | 0 | 11010 | 101100 | 10101 | 11001 | 101101 | 111101 |
Color Harmonies of #C99570
Complementary color
Monochromatic Colors of #C99570
Black with #C99570
Text Example
Text Example
White with #C99570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99570; }
p { color: rgb(201,149,112); }
H1.HeaderClassName
{
color: #C99570;
}
.AnyTagClassName
{
color: #C99570;
}
</style>
background-color css
<style>
a { background-color: #C99570; }
a { background-color: rgb(201,149,112); }
div.DivClassName
{
background-color: #C99570;
}
.BgClassName
{
background-color: #C99570;
}
</style>
border-color css
<style>
span { border-color: #C99570; }
span { border-color: rgb(201,149,112); }
td.TdClassName
{
border-color: #C99570;
}
.TagClassName
{
border-color: #C99570;
}
</style>