Shades of Feldspar #CA8F6D
Tints of Feldspar #CA8F6D
RGB
CMYK
RGB Variations
Color information
#CA8F6D (or 0xCA8F6D) is known color: Feldspar. HEX triplet: CA, 8F and 6D. RGB value is (202,143,109). Sum of RGB (Red+Green+Blue) = 202+143+109=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F6D is #357092. Grayscale: #9C9C9C. Windows color (decimal): -3502227 or 7180234. OLE color: 7180234.
HSL color Cylindrical-coordinate representation of color #CA8F6D: hue angle of 21.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA8F6D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 109 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.21 |
| HSL | 21.94º | 0.47% | 0.61% | - |
| HSV(B) | 21.94º | 0.46% | 0.79% | - |
| XYZ | 36.94 | 33.31 | 18.95 | - |
| YUV | 156.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 109 | 0 | 0.29 | 0.46 | 0.21 | 21.94 | 0.47 | 0.61 |
| Hex | CA | 8F | 6D | 0 | 1D | 2E | 15 | 16 | 2F | 3D |
| Octal | 312 | 217 | 155 | 0 | 35 | 56 | 25 | 26 | 57 | 75 |
| Binary | 11001010 | 10001111 | 1101101 | 0 | 11101 | 101110 | 10101 | 10110 | 101111 | 111101 |
Color Harmonies of #CA8F6D
Complementary color
Monochromatic Colors of #CA8F6D
Black with #CA8F6D
Text Example
Text Example
White with #CA8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F6D; }
p { color: rgb(202,143,109); }
H1.HeaderClassName
{
color: #CA8F6D;
}
.AnyTagClassName
{
color: #CA8F6D;
}
</style>
background-color css
<style>
a { background-color: #CA8F6D; }
a { background-color: rgb(202,143,109); }
div.DivClassName
{
background-color: #CA8F6D;
}
.BgClassName
{
background-color: #CA8F6D;
}
</style>
border-color css
<style>
span { border-color: #CA8F6D; }
span { border-color: rgb(202,143,109); }
td.TdClassName
{
border-color: #CA8F6D;
}
.TagClassName
{
border-color: #CA8F6D;
}
</style>