Shades of Feldspar #CA967C
Tints of Feldspar #CA967C
RGB
CMYK
RGB Variations
Color information
#CA967C (or 0xCA967C) is known color: Feldspar. HEX triplet: CA, 96 and 7C. RGB value is (202,150,124). Sum of RGB (Red+Green+Blue) = 202+150+124=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967C is #356983. Grayscale: #A2A2A2. Windows color (decimal): -3500420 or 8165066. OLE color: 8165066.
HSL color Cylindrical-coordinate representation of color #CA967C: hue angle of 20º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA967C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 124 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.21 |
| HSL | 20º | 0.42% | 0.64% | - |
| HSV(B) | 20º | 0.39% | 0.79% | - |
| XYZ | 38.9 | 35.82 | 23.93 | - |
| YUV | 162.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 124 | 0 | 0.26 | 0.39 | 0.21 | 20 | 0.42 | 0.64 |
| Hex | CA | 96 | 7C | 0 | 1A | 27 | 15 | 14 | 2A | 40 |
| Octal | 312 | 226 | 174 | 0 | 32 | 47 | 25 | 24 | 52 | 100 |
| Binary | 11001010 | 10010110 | 1111100 | 0 | 11010 | 100111 | 10101 | 10100 | 101010 | 1000000 |
Color Harmonies of #CA967C
Complementary color
Monochromatic Colors of #CA967C
Black with #CA967C
Text Example
Text Example
White with #CA967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA967C; }
p { color: rgb(202,150,124); }
H1.HeaderClassName
{
color: #CA967C;
}
.AnyTagClassName
{
color: #CA967C;
}
</style>
background-color css
<style>
a { background-color: #CA967C; }
a { background-color: rgb(202,150,124); }
div.DivClassName
{
background-color: #CA967C;
}
.BgClassName
{
background-color: #CA967C;
}
</style>
border-color css
<style>
span { border-color: #CA967C; }
span { border-color: rgb(202,150,124); }
td.TdClassName
{
border-color: #CA967C;
}
.TagClassName
{
border-color: #CA967C;
}
</style>