Shades of Feldspar #CA9678
Tints of Feldspar #CA9678
RGB
CMYK
RGB Variations
Color information
#CA9678 (or 0xCA9678) is known color: Feldspar. HEX triplet: CA, 96 and 78. RGB value is (202,150,120). Sum of RGB (Red+Green+Blue) = 202+150+120=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9678 is #356987. Grayscale: #A2A2A2. Windows color (decimal): -3500424 or 7902922. OLE color: 7902922.
HSL color Cylindrical-coordinate representation of color #CA9678: hue angle of 21.95º 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 #CA9678 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 120 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.21 |
| HSL | 21.95º | 0.44% | 0.63% | - |
| HSV(B) | 21.95º | 0.41% | 0.79% | - |
| XYZ | 38.65 | 35.73 | 22.63 | - |
| YUV | 162.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 120 | 0 | 0.26 | 0.41 | 0.21 | 21.95 | 0.44 | 0.63 |
| Hex | CA | 96 | 78 | 0 | 1A | 29 | 15 | 16 | 2C | 3F |
| Octal | 312 | 226 | 170 | 0 | 32 | 51 | 25 | 26 | 54 | 77 |
| Binary | 11001010 | 10010110 | 1111000 | 0 | 11010 | 101001 | 10101 | 10110 | 101100 | 111111 |
Color Harmonies of #CA9678
Complementary color
Monochromatic Colors of #CA9678
Black with #CA9678
Text Example
Text Example
White with #CA9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9678; }
p { color: rgb(202,150,120); }
H1.HeaderClassName
{
color: #CA9678;
}
.AnyTagClassName
{
color: #CA9678;
}
</style>
background-color css
<style>
a { background-color: #CA9678; }
a { background-color: rgb(202,150,120); }
div.DivClassName
{
background-color: #CA9678;
}
.BgClassName
{
background-color: #CA9678;
}
</style>
border-color css
<style>
span { border-color: #CA9678; }
span { border-color: rgb(202,150,120); }
td.TdClassName
{
border-color: #CA9678;
}
.TagClassName
{
border-color: #CA9678;
}
</style>