Shades of Feldspar #CA9A77
Tints of Feldspar #CA9A77
RGB
CMYK
RGB Variations
Color information
#CA9A77 (or 0xCA9A77) is known color: Feldspar. HEX triplet: CA, 9A and 77. RGB value is (202,154,119). Sum of RGB (Red+Green+Blue) = 202+154+119=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A77 is #356588. Grayscale: #A4A4A4. Windows color (decimal): -3499401 or 7838410. OLE color: 7838410.
HSL color Cylindrical-coordinate representation of color #CA9A77: hue angle of 25.3º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA9A77 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 119 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.21 |
| HSL | 25.3º | 0.44% | 0.63% | - |
| HSV(B) | 25.3º | 0.41% | 0.79% | - |
| XYZ | 39.24 | 37 | 22.53 | - |
| YUV | 164.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 119 | 0 | 0.24 | 0.41 | 0.21 | 25.3 | 0.44 | 0.63 |
| Hex | CA | 9A | 77 | 0 | 18 | 29 | 15 | 19 | 2C | 3F |
| Octal | 312 | 232 | 167 | 0 | 30 | 51 | 25 | 31 | 54 | 77 |
| Binary | 11001010 | 10011010 | 1110111 | 0 | 11000 | 101001 | 10101 | 11001 | 101100 | 111111 |
Color Harmonies of #CA9A77
Complementary color
Monochromatic Colors of #CA9A77
Black with #CA9A77
Text Example
Text Example
White with #CA9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A77; }
p { color: rgb(202,154,119); }
H1.HeaderClassName
{
color: #CA9A77;
}
.AnyTagClassName
{
color: #CA9A77;
}
</style>
background-color css
<style>
a { background-color: #CA9A77; }
a { background-color: rgb(202,154,119); }
div.DivClassName
{
background-color: #CA9A77;
}
.BgClassName
{
background-color: #CA9A77;
}
</style>
border-color css
<style>
span { border-color: #CA9A77; }
span { border-color: rgb(202,154,119); }
td.TdClassName
{
border-color: #CA9A77;
}
.TagClassName
{
border-color: #CA9A77;
}
</style>