Shades of Feldspar #CA997C
Tints of Feldspar #CA997C
RGB
CMYK
RGB Variations
Color information
#CA997C (or 0xCA997C) is known color: Feldspar. HEX triplet: CA, 99 and 7C. RGB value is (202,153,124). Sum of RGB (Red+Green+Blue) = 202+153+124=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA997C is #356683. Grayscale: #A4A4A4. Windows color (decimal): -3499652 or 8165834. OLE color: 8165834.
HSL color Cylindrical-coordinate representation of color #CA997C: hue angle of 22.31º 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 #CA997C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 124 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.21 |
| HSL | 22.31º | 0.42% | 0.64% | - |
| HSV(B) | 22.31º | 0.39% | 0.79% | - |
| XYZ | 39.39 | 36.79 | 24.09 | - |
| YUV | 164.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 124 | 0 | 0.24 | 0.39 | 0.21 | 22.31 | 0.42 | 0.64 |
| Hex | CA | 99 | 7C | 0 | 18 | 27 | 15 | 16 | 2A | 40 |
| Octal | 312 | 231 | 174 | 0 | 30 | 47 | 25 | 26 | 52 | 100 |
| Binary | 11001010 | 10011001 | 1111100 | 0 | 11000 | 100111 | 10101 | 10110 | 101010 | 1000000 |
Color Harmonies of #CA997C
Complementary color
Monochromatic Colors of #CA997C
Black with #CA997C
Text Example
Text Example
White with #CA997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA997C; }
p { color: rgb(202,153,124); }
H1.HeaderClassName
{
color: #CA997C;
}
.AnyTagClassName
{
color: #CA997C;
}
</style>
background-color css
<style>
a { background-color: #CA997C; }
a { background-color: rgb(202,153,124); }
div.DivClassName
{
background-color: #CA997C;
}
.BgClassName
{
background-color: #CA997C;
}
</style>
border-color css
<style>
span { border-color: #CA997C; }
span { border-color: rgb(202,153,124); }
td.TdClassName
{
border-color: #CA997C;
}
.TagClassName
{
border-color: #CA997C;
}
</style>