Shades of Feldspar #CA947B
Tints of Feldspar #CA947B
RGB
CMYK
RGB Variations
Color information
#CA947B (or 0xCA947B) is known color: Feldspar. HEX triplet: CA, 94 and 7B. RGB value is (202,148,123). Sum of RGB (Red+Green+Blue) = 202+148+123=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947B is #356B84. Grayscale: #A1A1A1. Windows color (decimal): -3500933 or 8099018. OLE color: 8099018.
HSL color Cylindrical-coordinate representation of color #CA947B: hue angle of 18.99º degrees, saturation: 0.43, 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 #CA947B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 123 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.21 |
| HSL | 18.99º | 0.43% | 0.64% | - |
| HSV(B) | 18.99º | 0.39% | 0.79% | - |
| XYZ | 38.52 | 35.17 | 23.5 | - |
| YUV | 161.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 123 | 0 | 0.27 | 0.39 | 0.21 | 18.99 | 0.43 | 0.64 |
| Hex | CA | 94 | 7B | 0 | 1B | 27 | 15 | 13 | 2B | 40 |
| Octal | 312 | 224 | 173 | 0 | 33 | 47 | 25 | 23 | 53 | 100 |
| Binary | 11001010 | 10010100 | 1111011 | 0 | 11011 | 100111 | 10101 | 10011 | 101011 | 1000000 |
Color Harmonies of #CA947B
Complementary color
Monochromatic Colors of #CA947B
Black with #CA947B
Text Example
Text Example
White with #CA947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA947B; }
p { color: rgb(202,148,123); }
H1.HeaderClassName
{
color: #CA947B;
}
.AnyTagClassName
{
color: #CA947B;
}
</style>
background-color css
<style>
a { background-color: #CA947B; }
a { background-color: rgb(202,148,123); }
div.DivClassName
{
background-color: #CA947B;
}
.BgClassName
{
background-color: #CA947B;
}
</style>
border-color css
<style>
span { border-color: #CA947B; }
span { border-color: rgb(202,148,123); }
td.TdClassName
{
border-color: #CA947B;
}
.TagClassName
{
border-color: #CA947B;
}
</style>