Shades of Feldspar #CA9272
Tints of Feldspar #CA9272
RGB
CMYK
RGB Variations
Color information
#CA9272 (or 0xCA9272) is known color: Feldspar. HEX triplet: CA, 92 and 72. RGB value is (202,146,114). Sum of RGB (Red+Green+Blue) = 202+146+114=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9272 is #356D8D. Grayscale: #9F9F9F. Windows color (decimal): -3501454 or 7508682. OLE color: 7508682.
HSL color Cylindrical-coordinate representation of color #CA9272: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA9272 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 114 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.21 |
| HSL | 21.82º | 0.45% | 0.62% | - |
| HSV(B) | 21.82º | 0.44% | 0.79% | - |
| XYZ | 37.67 | 34.33 | 20.56 | - |
| YUV | 159.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 114 | 0 | 0.28 | 0.44 | 0.21 | 21.82 | 0.45 | 0.62 |
| Hex | CA | 92 | 72 | 0 | 1C | 2C | 15 | 16 | 2D | 3E |
| Octal | 312 | 222 | 162 | 0 | 34 | 54 | 25 | 26 | 55 | 76 |
| Binary | 11001010 | 10010010 | 1110010 | 0 | 11100 | 101100 | 10101 | 10110 | 101101 | 111110 |
Color Harmonies of #CA9272
Complementary color
Monochromatic Colors of #CA9272
Black with #CA9272
Text Example
Text Example
White with #CA9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9272; }
p { color: rgb(202,146,114); }
H1.HeaderClassName
{
color: #CA9272;
}
.AnyTagClassName
{
color: #CA9272;
}
</style>
background-color css
<style>
a { background-color: #CA9272; }
a { background-color: rgb(202,146,114); }
div.DivClassName
{
background-color: #CA9272;
}
.BgClassName
{
background-color: #CA9272;
}
</style>
border-color css
<style>
span { border-color: #CA9272; }
span { border-color: rgb(202,146,114); }
td.TdClassName
{
border-color: #CA9272;
}
.TagClassName
{
border-color: #CA9272;
}
</style>