Shades of Feldspar #CA937A
Tints of Feldspar #CA937A
RGB
CMYK
RGB Variations
Color information
#CA937A (or 0xCA937A) is known color: Feldspar. HEX triplet: CA, 93 and 7A. RGB value is (202,147,122). Sum of RGB (Red+Green+Blue) = 202+147+122=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA937A is #356C85. Grayscale: #A0A0A0. Windows color (decimal): -3501190 or 8033226. OLE color: 8033226.
HSL color Cylindrical-coordinate representation of color #CA937A: hue angle of 18.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA937A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 122 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.21 |
| HSL | 18.75º | 0.43% | 0.64% | - |
| HSV(B) | 18.75º | 0.4% | 0.79% | - |
| XYZ | 38.3 | 34.83 | 23.12 | - |
| YUV | 160.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 122 | 0 | 0.27 | 0.40 | 0.21 | 18.75 | 0.43 | 0.64 |
| Hex | CA | 93 | 7A | 0 | 1B | 28 | 15 | 13 | 2B | 40 |
| Octal | 312 | 223 | 172 | 0 | 33 | 50 | 25 | 23 | 53 | 100 |
| Binary | 11001010 | 10010011 | 1111010 | 0 | 11011 | 101000 | 10101 | 10011 | 101011 | 1000000 |
Color Harmonies of #CA937A
Complementary color
Monochromatic Colors of #CA937A
Black with #CA937A
Text Example
Text Example
White with #CA937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA937A; }
p { color: rgb(202,147,122); }
H1.HeaderClassName
{
color: #CA937A;
}
.AnyTagClassName
{
color: #CA937A;
}
</style>
background-color css
<style>
a { background-color: #CA937A; }
a { background-color: rgb(202,147,122); }
div.DivClassName
{
background-color: #CA937A;
}
.BgClassName
{
background-color: #CA937A;
}
</style>
border-color css
<style>
span { border-color: #CA937A; }
span { border-color: rgb(202,147,122); }
td.TdClassName
{
border-color: #CA937A;
}
.TagClassName
{
border-color: #CA937A;
}
</style>