Shades of Feldspar #CA9479
Tints of Feldspar #CA9479
RGB
CMYK
RGB Variations
Color information
#CA9479 (or 0xCA9479) is known color: Feldspar. HEX triplet: CA, 94 and 79. RGB value is (202,148,121). Sum of RGB (Red+Green+Blue) = 202+148+121=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9479 is #356B86. Grayscale: #A1A1A1. Windows color (decimal): -3500935 or 7967946. OLE color: 7967946.
HSL color Cylindrical-coordinate representation of color #CA9479: hue angle of 20º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9479 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 121 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.21 |
| HSL | 20º | 0.43% | 0.63% | - |
| HSV(B) | 20º | 0.4% | 0.79% | - |
| XYZ | 38.4 | 35.12 | 22.84 | - |
| YUV | 161.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 121 | 0 | 0.27 | 0.40 | 0.21 | 20 | 0.43 | 0.63 |
| Hex | CA | 94 | 79 | 0 | 1B | 28 | 15 | 14 | 2B | 3F |
| Octal | 312 | 224 | 171 | 0 | 33 | 50 | 25 | 24 | 53 | 77 |
| Binary | 11001010 | 10010100 | 1111001 | 0 | 11011 | 101000 | 10101 | 10100 | 101011 | 111111 |
Color Harmonies of #CA9479
Complementary color
Monochromatic Colors of #CA9479
Black with #CA9479
Text Example
Text Example
White with #CA9479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9479; }
p { color: rgb(202,148,121); }
H1.HeaderClassName
{
color: #CA9479;
}
.AnyTagClassName
{
color: #CA9479;
}
</style>
background-color css
<style>
a { background-color: #CA9479; }
a { background-color: rgb(202,148,121); }
div.DivClassName
{
background-color: #CA9479;
}
.BgClassName
{
background-color: #CA9479;
}
</style>
border-color css
<style>
span { border-color: #CA9479; }
span { border-color: rgb(202,148,121); }
td.TdClassName
{
border-color: #CA9479;
}
.TagClassName
{
border-color: #CA9479;
}
</style>