Shades of Feldspar #CA9277
Tints of Feldspar #CA9277
RGB
CMYK
RGB Variations
Color information
#CA9277 (or 0xCA9277) is known color: Feldspar. HEX triplet: CA, 92 and 77. RGB value is (202,146,119). Sum of RGB (Red+Green+Blue) = 202+146+119=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9277 is #356D88. Grayscale: #9F9F9F. Windows color (decimal): -3501449 or 7836362. OLE color: 7836362.
HSL color Cylindrical-coordinate representation of color #CA9277: hue angle of 19.52º 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 #CA9277 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 119 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.21 |
| HSL | 19.52º | 0.44% | 0.63% | - |
| HSV(B) | 19.52º | 0.41% | 0.79% | - |
| XYZ | 37.97 | 34.45 | 22.1 | - |
| YUV | 159.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 119 | 0 | 0.28 | 0.41 | 0.21 | 19.52 | 0.44 | 0.63 |
| Hex | CA | 92 | 77 | 0 | 1C | 29 | 15 | 14 | 2C | 3F |
| Octal | 312 | 222 | 167 | 0 | 34 | 51 | 25 | 24 | 54 | 77 |
| Binary | 11001010 | 10010010 | 1110111 | 0 | 11100 | 101001 | 10101 | 10100 | 101100 | 111111 |
Color Harmonies of #CA9277
Complementary color
Monochromatic Colors of #CA9277
Black with #CA9277
Text Example
Text Example
White with #CA9277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9277; }
p { color: rgb(202,146,119); }
H1.HeaderClassName
{
color: #CA9277;
}
.AnyTagClassName
{
color: #CA9277;
}
</style>
background-color css
<style>
a { background-color: #CA9277; }
a { background-color: rgb(202,146,119); }
div.DivClassName
{
background-color: #CA9277;
}
.BgClassName
{
background-color: #CA9277;
}
</style>
border-color css
<style>
span { border-color: #CA9277; }
span { border-color: rgb(202,146,119); }
td.TdClassName
{
border-color: #CA9277;
}
.TagClassName
{
border-color: #CA9277;
}
</style>