Shades of Feldspar #CA917B
Tints of Feldspar #CA917B
RGB
CMYK
RGB Variations
Color information
#CA917B (or 0xCA917B) is known color: Feldspar. HEX triplet: CA, 91 and 7B. RGB value is (202,145,123). Sum of RGB (Red+Green+Blue) = 202+145+123=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917B is #356E84. Grayscale: #9F9F9F. Windows color (decimal): -3501701 or 8098250. OLE color: 8098250.
HSL color Cylindrical-coordinate representation of color #CA917B: hue angle of 16.71º 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 #CA917B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 123 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.21 |
| HSL | 16.71º | 0.43% | 0.64% | - |
| HSV(B) | 16.71º | 0.39% | 0.79% | - |
| XYZ | 38.06 | 34.24 | 23.34 | - |
| YUV | 159.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 123 | 0 | 0.28 | 0.39 | 0.21 | 16.71 | 0.43 | 0.64 |
| Hex | CA | 91 | 7B | 0 | 1C | 27 | 15 | 11 | 2B | 40 |
| Octal | 312 | 221 | 173 | 0 | 34 | 47 | 25 | 21 | 53 | 100 |
| Binary | 11001010 | 10010001 | 1111011 | 0 | 11100 | 100111 | 10101 | 10001 | 101011 | 1000000 |
Color Harmonies of #CA917B
Complementary color
Monochromatic Colors of #CA917B
Black with #CA917B
Text Example
Text Example
White with #CA917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA917B; }
p { color: rgb(202,145,123); }
H1.HeaderClassName
{
color: #CA917B;
}
.AnyTagClassName
{
color: #CA917B;
}
</style>
background-color css
<style>
a { background-color: #CA917B; }
a { background-color: rgb(202,145,123); }
div.DivClassName
{
background-color: #CA917B;
}
.BgClassName
{
background-color: #CA917B;
}
</style>
border-color css
<style>
span { border-color: #CA917B; }
span { border-color: rgb(202,145,123); }
td.TdClassName
{
border-color: #CA917B;
}
.TagClassName
{
border-color: #CA917B;
}
</style>