Shades of Feldspar #CA9680
Tints of Feldspar #CA9680
RGB
CMYK
RGB Variations
Color information
#CA9680 (or 0xCA9680) is known color: Feldspar. HEX triplet: CA, 96 and 80. RGB value is (202,150,128). Sum of RGB (Red+Green+Blue) = 202+150+128=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9680 is #35697F. Grayscale: #A3A3A3. Windows color (decimal): -3500416 or 8427210. OLE color: 8427210.
HSL color Cylindrical-coordinate representation of color #CA9680: hue angle of 17.84º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9680 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 128 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.21 |
| HSL | 17.84º | 0.41% | 0.65% | - |
| HSV(B) | 17.84º | 0.37% | 0.79% | - |
| XYZ | 39.16 | 35.93 | 25.29 | - |
| YUV | 163.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 128 | 0 | 0.26 | 0.37 | 0.21 | 17.84 | 0.41 | 0.65 |
| Hex | CA | 96 | 80 | 0 | 1A | 25 | 15 | 12 | 29 | 41 |
| Octal | 312 | 226 | 200 | 0 | 32 | 45 | 25 | 22 | 51 | 101 |
| Binary | 11001010 | 10010110 | 10000000 | 0 | 11010 | 100101 | 10101 | 10010 | 101001 | 1000001 |
Color Harmonies of #CA9680
Complementary color
Monochromatic Colors of #CA9680
Black with #CA9680
Text Example
Text Example
White with #CA9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9680; }
p { color: rgb(202,150,128); }
H1.HeaderClassName
{
color: #CA9680;
}
.AnyTagClassName
{
color: #CA9680;
}
</style>
background-color css
<style>
a { background-color: #CA9680; }
a { background-color: rgb(202,150,128); }
div.DivClassName
{
background-color: #CA9680;
}
.BgClassName
{
background-color: #CA9680;
}
</style>
border-color css
<style>
span { border-color: #CA9680; }
span { border-color: rgb(202,150,128); }
td.TdClassName
{
border-color: #CA9680;
}
.TagClassName
{
border-color: #CA9680;
}
</style>