Shades of Feldspar #CA9773
Tints of Feldspar #CA9773
RGB
CMYK
RGB Variations
Color information
#CA9773 (or 0xCA9773) is known color: Feldspar. HEX triplet: CA, 97 and 73. RGB value is (202,151,115). Sum of RGB (Red+Green+Blue) = 202+151+115=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9773 is #35688C. Grayscale: #A2A2A2. Windows color (decimal): -3500173 or 7575498. OLE color: 7575498.
HSL color Cylindrical-coordinate representation of color #CA9773: 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 #CA9773 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 115 | - |
| 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.52 | 35.93 | 21.12 | - |
| YUV | 162.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 115 | 0 | 0.25 | 0.43 | 0.21 | 24.83 | 0.45 | 0.62 |
| Hex | CA | 97 | 73 | 0 | 19 | 2B | 15 | 19 | 2D | 3E |
| Octal | 312 | 227 | 163 | 0 | 31 | 53 | 25 | 31 | 55 | 76 |
| Binary | 11001010 | 10010111 | 1110011 | 0 | 11001 | 101011 | 10101 | 11001 | 101101 | 111110 |
Color Harmonies of #CA9773
Complementary color
Monochromatic Colors of #CA9773
Black with #CA9773
Text Example
Text Example
White with #CA9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9773; }
p { color: rgb(202,151,115); }
H1.HeaderClassName
{
color: #CA9773;
}
.AnyTagClassName
{
color: #CA9773;
}
</style>
background-color css
<style>
a { background-color: #CA9773; }
a { background-color: rgb(202,151,115); }
div.DivClassName
{
background-color: #CA9773;
}
.BgClassName
{
background-color: #CA9773;
}
</style>
border-color css
<style>
span { border-color: #CA9773; }
span { border-color: rgb(202,151,115); }
td.TdClassName
{
border-color: #CA9773;
}
.TagClassName
{
border-color: #CA9773;
}
</style>