Shades of Feldspar #CA8A77
Tints of Feldspar #CA8A77
RGB
CMYK
RGB Variations
Color information
#CA8A77 (or 0xCA8A77) is known color: Feldspar. HEX triplet: CA, 8A and 77. RGB value is (202,138,119). Sum of RGB (Red+Green+Blue) = 202+138+119=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A77 is #357588. Grayscale: #9B9B9B. Windows color (decimal): -3503497 or 7834314. OLE color: 7834314.
HSL color Cylindrical-coordinate representation of color #CA8A77: hue angle of 13.73º 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 #CA8A77 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 119 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.21 |
| HSL | 13.73º | 0.44% | 0.63% | - |
| HSV(B) | 13.73º | 0.41% | 0.79% | - |
| XYZ | 36.78 | 32.07 | 21.7 | - |
| YUV | 154.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 119 | 0 | 0.32 | 0.41 | 0.21 | 13.73 | 0.44 | 0.63 |
| Hex | CA | 8A | 77 | 0 | 20 | 29 | 15 | E | 2C | 3F |
| Octal | 312 | 212 | 167 | 0 | 40 | 51 | 25 | 16 | 54 | 77 |
| Binary | 11001010 | 10001010 | 1110111 | 0 | 100000 | 101001 | 10101 | 1110 | 101100 | 111111 |
Color Harmonies of #CA8A77
Complementary color
Monochromatic Colors of #CA8A77
Black with #CA8A77
Text Example
Text Example
White with #CA8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A77; }
p { color: rgb(202,138,119); }
H1.HeaderClassName
{
color: #CA8A77;
}
.AnyTagClassName
{
color: #CA8A77;
}
</style>
background-color css
<style>
a { background-color: #CA8A77; }
a { background-color: rgb(202,138,119); }
div.DivClassName
{
background-color: #CA8A77;
}
.BgClassName
{
background-color: #CA8A77;
}
</style>
border-color css
<style>
span { border-color: #CA8A77; }
span { border-color: rgb(202,138,119); }
td.TdClassName
{
border-color: #CA8A77;
}
.TagClassName
{
border-color: #CA8A77;
}
</style>