Shades of Feldspar #CA9078
Tints of Feldspar #CA9078
RGB
CMYK
RGB Variations
Color information
#CA9078 (or 0xCA9078) is known color: Feldspar. HEX triplet: CA, 90 and 78. RGB value is (202,144,120). Sum of RGB (Red+Green+Blue) = 202+144+120=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9078 is #356F87. Grayscale: #9E9E9E. Windows color (decimal): -3501960 or 7901386. OLE color: 7901386.
HSL color Cylindrical-coordinate representation of color #CA9078: hue angle of 17.56º 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 #CA9078 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 120 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.21 |
| HSL | 17.56º | 0.44% | 0.63% | - |
| HSV(B) | 17.56º | 0.41% | 0.79% | - |
| XYZ | 37.72 | 33.86 | 22.32 | - |
| YUV | 158.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 120 | 0 | 0.29 | 0.41 | 0.21 | 17.56 | 0.44 | 0.63 |
| Hex | CA | 90 | 78 | 0 | 1D | 29 | 15 | 12 | 2C | 3F |
| Octal | 312 | 220 | 170 | 0 | 35 | 51 | 25 | 22 | 54 | 77 |
| Binary | 11001010 | 10010000 | 1111000 | 0 | 11101 | 101001 | 10101 | 10010 | 101100 | 111111 |
Color Harmonies of #CA9078
Complementary color
Monochromatic Colors of #CA9078
Black with #CA9078
Text Example
Text Example
White with #CA9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9078; }
p { color: rgb(202,144,120); }
H1.HeaderClassName
{
color: #CA9078;
}
.AnyTagClassName
{
color: #CA9078;
}
</style>
background-color css
<style>
a { background-color: #CA9078; }
a { background-color: rgb(202,144,120); }
div.DivClassName
{
background-color: #CA9078;
}
.BgClassName
{
background-color: #CA9078;
}
</style>
border-color css
<style>
span { border-color: #CA9078; }
span { border-color: rgb(202,144,120); }
td.TdClassName
{
border-color: #CA9078;
}
.TagClassName
{
border-color: #CA9078;
}
</style>