Shades of Feldspar #CA997D
Tints of Feldspar #CA997D
RGB
CMYK
RGB Variations
Color information
#CA997D (or 0xCA997D) is known color: Feldspar. HEX triplet: CA, 99 and 7D. RGB value is (202,153,125). Sum of RGB (Red+Green+Blue) = 202+153+125=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA997D is #356682. Grayscale: #A4A4A4. Windows color (decimal): -3499651 or 8231370. OLE color: 8231370.
HSL color Cylindrical-coordinate representation of color #CA997D: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA997D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 125 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.21 |
| HSL | 21.82º | 0.42% | 0.64% | - |
| HSV(B) | 21.82º | 0.38% | 0.79% | - |
| XYZ | 39.45 | 36.82 | 24.43 | - |
| YUV | 164.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 125 | 0 | 0.24 | 0.38 | 0.21 | 21.82 | 0.42 | 0.64 |
| Hex | CA | 99 | 7D | 0 | 18 | 26 | 15 | 16 | 2A | 40 |
| Octal | 312 | 231 | 175 | 0 | 30 | 46 | 25 | 26 | 52 | 100 |
| Binary | 11001010 | 10011001 | 1111101 | 0 | 11000 | 100110 | 10101 | 10110 | 101010 | 1000000 |
Color Harmonies of #CA997D
Complementary color
Monochromatic Colors of #CA997D
Black with #CA997D
Text Example
Text Example
White with #CA997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA997D; }
p { color: rgb(202,153,125); }
H1.HeaderClassName
{
color: #CA997D;
}
.AnyTagClassName
{
color: #CA997D;
}
</style>
background-color css
<style>
a { background-color: #CA997D; }
a { background-color: rgb(202,153,125); }
div.DivClassName
{
background-color: #CA997D;
}
.BgClassName
{
background-color: #CA997D;
}
</style>
border-color css
<style>
span { border-color: #CA997D; }
span { border-color: rgb(202,153,125); }
td.TdClassName
{
border-color: #CA997D;
}
.TagClassName
{
border-color: #CA997D;
}
</style>