Shades of Feldspar #CA977A
Tints of Feldspar #CA977A
RGB
CMYK
RGB Variations
Color information
#CA977A (or 0xCA977A) is known color: Feldspar. HEX triplet: CA, 97 and 7A. RGB value is (202,151,122). Sum of RGB (Red+Green+Blue) = 202+151+122=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA977A is #356885. Grayscale: #A3A3A3. Windows color (decimal): -3500166 or 8034250. OLE color: 8034250.
HSL color Cylindrical-coordinate representation of color #CA977A: hue angle of 21.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA977A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 122 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.21 |
| HSL | 21.75º | 0.43% | 0.64% | - |
| HSV(B) | 21.75º | 0.4% | 0.79% | - |
| XYZ | 38.94 | 36.09 | 23.33 | - |
| YUV | 162.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 122 | 0 | 0.25 | 0.40 | 0.21 | 21.75 | 0.43 | 0.64 |
| Hex | CA | 97 | 7A | 0 | 19 | 28 | 15 | 16 | 2B | 40 |
| Octal | 312 | 227 | 172 | 0 | 31 | 50 | 25 | 26 | 53 | 100 |
| Binary | 11001010 | 10010111 | 1111010 | 0 | 11001 | 101000 | 10101 | 10110 | 101011 | 1000000 |
Color Harmonies of #CA977A
Complementary color
Monochromatic Colors of #CA977A
Black with #CA977A
Text Example
Text Example
White with #CA977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA977A; }
p { color: rgb(202,151,122); }
H1.HeaderClassName
{
color: #CA977A;
}
.AnyTagClassName
{
color: #CA977A;
}
</style>
background-color css
<style>
a { background-color: #CA977A; }
a { background-color: rgb(202,151,122); }
div.DivClassName
{
background-color: #CA977A;
}
.BgClassName
{
background-color: #CA977A;
}
</style>
border-color css
<style>
span { border-color: #CA977A; }
span { border-color: rgb(202,151,122); }
td.TdClassName
{
border-color: #CA977A;
}
.TagClassName
{
border-color: #CA977A;
}
</style>