Shades of Feldspar #CA967B
Tints of Feldspar #CA967B
RGB
CMYK
RGB Variations
Color information
#CA967B (or 0xCA967B) is known color: Feldspar. HEX triplet: CA, 96 and 7B. RGB value is (202,150,123). Sum of RGB (Red+Green+Blue) = 202+150+123=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967B is #356984. Grayscale: #A2A2A2. Windows color (decimal): -3500421 or 8099530. OLE color: 8099530.
HSL color Cylindrical-coordinate representation of color #CA967B: hue angle of 20.51º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA967B is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 123 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.21 |
| HSL | 20.51º | 0.43% | 0.64% | - |
| HSV(B) | 20.51º | 0.39% | 0.79% | - |
| XYZ | 38.84 | 35.8 | 23.6 | - |
| YUV | 162.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 123 | 0 | 0.26 | 0.39 | 0.21 | 20.51 | 0.43 | 0.64 |
| Hex | CA | 96 | 7B | 0 | 1A | 27 | 15 | 15 | 2B | 40 |
| Octal | 312 | 226 | 173 | 0 | 32 | 47 | 25 | 25 | 53 | 100 |
| Binary | 11001010 | 10010110 | 1111011 | 0 | 11010 | 100111 | 10101 | 10101 | 101011 | 1000000 |
Color Harmonies of #CA967B
Complementary color
Monochromatic Colors of #CA967B
Black with #CA967B
Text Example
Text Example
White with #CA967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA967B; }
p { color: rgb(202,150,123); }
H1.HeaderClassName
{
color: #CA967B;
}
.AnyTagClassName
{
color: #CA967B;
}
</style>
background-color css
<style>
a { background-color: #CA967B; }
a { background-color: rgb(202,150,123); }
div.DivClassName
{
background-color: #CA967B;
}
.BgClassName
{
background-color: #CA967B;
}
</style>
border-color css
<style>
span { border-color: #CA967B; }
span { border-color: rgb(202,150,123); }
td.TdClassName
{
border-color: #CA967B;
}
.TagClassName
{
border-color: #CA967B;
}
</style>