Shades of Feldspar #CA9673
Tints of Feldspar #CA9673
RGB
CMYK
RGB Variations
Color information
#CA9673 (or 0xCA9673) is known color: Feldspar. HEX triplet: CA, 96 and 73. RGB value is (202,150,115). Sum of RGB (Red+Green+Blue) = 202+150+115=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9673 is #35698C. Grayscale: #A1A1A1. Windows color (decimal): -3500429 or 7575242. OLE color: 7575242.
HSL color Cylindrical-coordinate representation of color #CA9673: 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 #CA9673 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 115 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.21 |
| HSL | 24.14º | 0.45% | 0.62% | - |
| HSV(B) | 24.14º | 0.43% | 0.79% | - |
| XYZ | 38.36 | 35.61 | 21.07 | - |
| YUV | 161.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 115 | 0 | 0.26 | 0.43 | 0.21 | 24.14 | 0.45 | 0.62 |
| Hex | CA | 96 | 73 | 0 | 1A | 2B | 15 | 18 | 2D | 3E |
| Octal | 312 | 226 | 163 | 0 | 32 | 53 | 25 | 30 | 55 | 76 |
| Binary | 11001010 | 10010110 | 1110011 | 0 | 11010 | 101011 | 10101 | 11000 | 101101 | 111110 |
Color Harmonies of #CA9673
Complementary color
Monochromatic Colors of #CA9673
Black with #CA9673
Text Example
Text Example
White with #CA9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9673; }
p { color: rgb(202,150,115); }
H1.HeaderClassName
{
color: #CA9673;
}
.AnyTagClassName
{
color: #CA9673;
}
</style>
background-color css
<style>
a { background-color: #CA9673; }
a { background-color: rgb(202,150,115); }
div.DivClassName
{
background-color: #CA9673;
}
.BgClassName
{
background-color: #CA9673;
}
</style>
border-color css
<style>
span { border-color: #CA9673; }
span { border-color: rgb(202,150,115); }
td.TdClassName
{
border-color: #CA9673;
}
.TagClassName
{
border-color: #CA9673;
}
</style>