Shades of Feldspar #CA9076
Tints of Feldspar #CA9076
RGB
CMYK
RGB Variations
Color information
#CA9076 (or 0xCA9076) is known color: Feldspar. HEX triplet: CA, 90 and 76. RGB value is (202,144,118). Sum of RGB (Red+Green+Blue) = 202+144+118=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9076 is #356F89. Grayscale: #9E9E9E. Windows color (decimal): -3501962 or 7770314. OLE color: 7770314.
HSL color Cylindrical-coordinate representation of color #CA9076: hue angle of 18.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA9076 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 118 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.21 |
| HSL | 18.57º | 0.44% | 0.63% | - |
| HSV(B) | 18.57º | 0.42% | 0.79% | - |
| XYZ | 37.6 | 33.81 | 21.68 | - |
| YUV | 158.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 118 | 0 | 0.29 | 0.42 | 0.21 | 18.57 | 0.44 | 0.63 |
| Hex | CA | 90 | 76 | 0 | 1D | 2A | 15 | 13 | 2C | 3F |
| Octal | 312 | 220 | 166 | 0 | 35 | 52 | 25 | 23 | 54 | 77 |
| Binary | 11001010 | 10010000 | 1110110 | 0 | 11101 | 101010 | 10101 | 10011 | 101100 | 111111 |
Color Harmonies of #CA9076
Complementary color
Monochromatic Colors of #CA9076
Black with #CA9076
Text Example
Text Example
White with #CA9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9076; }
p { color: rgb(202,144,118); }
H1.HeaderClassName
{
color: #CA9076;
}
.AnyTagClassName
{
color: #CA9076;
}
</style>
background-color css
<style>
a { background-color: #CA9076; }
a { background-color: rgb(202,144,118); }
div.DivClassName
{
background-color: #CA9076;
}
.BgClassName
{
background-color: #CA9076;
}
</style>
border-color css
<style>
span { border-color: #CA9076; }
span { border-color: rgb(202,144,118); }
td.TdClassName
{
border-color: #CA9076;
}
.TagClassName
{
border-color: #CA9076;
}
</style>