Shades of Feldspar #CA937D
Tints of Feldspar #CA937D
RGB
CMYK
RGB Variations
Color information
#CA937D (or 0xCA937D) is known color: Feldspar. HEX triplet: CA, 93 and 7D. RGB value is (202,147,125). Sum of RGB (Red+Green+Blue) = 202+147+125=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937D is #356C82. Grayscale: #A1A1A1. Windows color (decimal): -3501187 or 8229834. OLE color: 8229834.
HSL color Cylindrical-coordinate representation of color #CA937D: hue angle of 17.14º 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 #CA937D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 125 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.21 |
| HSL | 17.14º | 0.42% | 0.64% | - |
| HSV(B) | 17.14º | 0.38% | 0.79% | - |
| XYZ | 38.49 | 34.9 | 24.11 | - |
| YUV | 160.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 125 | 0 | 0.27 | 0.38 | 0.21 | 17.14 | 0.42 | 0.64 |
| Hex | CA | 93 | 7D | 0 | 1B | 26 | 15 | 11 | 2A | 40 |
| Octal | 312 | 223 | 175 | 0 | 33 | 46 | 25 | 21 | 52 | 100 |
| Binary | 11001010 | 10010011 | 1111101 | 0 | 11011 | 100110 | 10101 | 10001 | 101010 | 1000000 |
Color Harmonies of #CA937D
Complementary color
Monochromatic Colors of #CA937D
Black with #CA937D
Text Example
Text Example
White with #CA937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA937D; }
p { color: rgb(202,147,125); }
H1.HeaderClassName
{
color: #CA937D;
}
.AnyTagClassName
{
color: #CA937D;
}
</style>
background-color css
<style>
a { background-color: #CA937D; }
a { background-color: rgb(202,147,125); }
div.DivClassName
{
background-color: #CA937D;
}
.BgClassName
{
background-color: #CA937D;
}
</style>
border-color css
<style>
span { border-color: #CA937D; }
span { border-color: rgb(202,147,125); }
td.TdClassName
{
border-color: #CA937D;
}
.TagClassName
{
border-color: #CA937D;
}
</style>