Shades of Feldspar #CA907A
Tints of Feldspar #CA907A
RGB
CMYK
RGB Variations
Color information
#CA907A (or 0xCA907A) is known color: Feldspar. HEX triplet: CA, 90 and 7A. RGB value is (202,144,122). Sum of RGB (Red+Green+Blue) = 202+144+122=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA907A is #356F85. Grayscale: #9E9E9E. Windows color (decimal): -3501958 or 8032458. OLE color: 8032458.
HSL color Cylindrical-coordinate representation of color #CA907A: hue angle of 16.5º 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 #CA907A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 122 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.21 |
| HSL | 16.5º | 0.43% | 0.64% | - |
| HSV(B) | 16.5º | 0.4% | 0.79% | - |
| XYZ | 37.84 | 33.91 | 22.96 | - |
| YUV | 158.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 122 | 0 | 0.29 | 0.40 | 0.21 | 16.5 | 0.43 | 0.64 |
| Hex | CA | 90 | 7A | 0 | 1D | 28 | 15 | 10 | 2B | 40 |
| Octal | 312 | 220 | 172 | 0 | 35 | 50 | 25 | 20 | 53 | 100 |
| Binary | 11001010 | 10010000 | 1111010 | 0 | 11101 | 101000 | 10101 | 10000 | 101011 | 1000000 |
Color Harmonies of #CA907A
Complementary color
Monochromatic Colors of #CA907A
Black with #CA907A
Text Example
Text Example
White with #CA907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA907A; }
p { color: rgb(202,144,122); }
H1.HeaderClassName
{
color: #CA907A;
}
.AnyTagClassName
{
color: #CA907A;
}
</style>
background-color css
<style>
a { background-color: #CA907A; }
a { background-color: rgb(202,144,122); }
div.DivClassName
{
background-color: #CA907A;
}
.BgClassName
{
background-color: #CA907A;
}
</style>
border-color css
<style>
span { border-color: #CA907A; }
span { border-color: rgb(202,144,122); }
td.TdClassName
{
border-color: #CA907A;
}
.TagClassName
{
border-color: #CA907A;
}
</style>