Shades of Feldspar #CA9978
Tints of Feldspar #CA9978
RGB
CMYK
RGB Variations
Color information
#CA9978 (or 0xCA9978) is known color: Feldspar. HEX triplet: CA, 99 and 78. RGB value is (202,153,120). Sum of RGB (Red+Green+Blue) = 202+153+120=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9978 is #356687. Grayscale: #A4A4A4. Windows color (decimal): -3499656 or 7903690. OLE color: 7903690.
HSL color Cylindrical-coordinate representation of color #CA9978: hue angle of 24.15º 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 #CA9978 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 120 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.21 |
| HSL | 24.15º | 0.44% | 0.63% | - |
| HSV(B) | 24.15º | 0.41% | 0.79% | - |
| XYZ | 39.14 | 36.7 | 22.79 | - |
| YUV | 163.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 120 | 0 | 0.24 | 0.41 | 0.21 | 24.15 | 0.44 | 0.63 |
| Hex | CA | 99 | 78 | 0 | 18 | 29 | 15 | 18 | 2C | 3F |
| Octal | 312 | 231 | 170 | 0 | 30 | 51 | 25 | 30 | 54 | 77 |
| Binary | 11001010 | 10011001 | 1111000 | 0 | 11000 | 101001 | 10101 | 11000 | 101100 | 111111 |
Color Harmonies of #CA9978
Complementary color
Monochromatic Colors of #CA9978
Black with #CA9978
Text Example
Text Example
White with #CA9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9978; }
p { color: rgb(202,153,120); }
H1.HeaderClassName
{
color: #CA9978;
}
.AnyTagClassName
{
color: #CA9978;
}
</style>
background-color css
<style>
a { background-color: #CA9978; }
a { background-color: rgb(202,153,120); }
div.DivClassName
{
background-color: #CA9978;
}
.BgClassName
{
background-color: #CA9978;
}
</style>
border-color css
<style>
span { border-color: #CA9978; }
span { border-color: rgb(202,153,120); }
td.TdClassName
{
border-color: #CA9978;
}
.TagClassName
{
border-color: #CA9978;
}
</style>